@Stability(value=Stable) public static final class CfnProject.S3DestinationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnProject.S3DestinationProperty>
CfnProject.S3DestinationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProject.S3DestinationProperty.Builder |
bucketName(String bucketName)
Sets the value of
CfnProject.S3DestinationProperty.getBucketName() |
CfnProject.S3DestinationProperty |
build()
Builds the configured instance.
|
CfnProject.S3DestinationProperty.Builder |
prefix(String prefix)
Sets the value of
CfnProject.S3DestinationProperty.getPrefix() |
@Stability(value=Stable) public CfnProject.S3DestinationProperty.Builder bucketName(String bucketName)
CfnProject.S3DestinationProperty.getBucketName()bucketName - The name of the bucket in which Evidently stores evaluation events. This parameter is required.this@Stability(value=Stable) public CfnProject.S3DestinationProperty.Builder prefix(String prefix)
CfnProject.S3DestinationProperty.getPrefix()prefix - The bucket prefix in which Evidently stores evaluation events.this@Stability(value=Stable) public CfnProject.S3DestinationProperty build()
build in interface software.amazon.jsii.Builder<CfnProject.S3DestinationProperty>CfnProject.S3DestinationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.