public static final class CfnProject.S3DestinationProperty.Builder
extends java.lang.Object
CfnProject.S3DestinationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnProject.S3DestinationProperty.Builder |
bucketName(java.lang.String bucketName)
Sets the value of
CfnProject.S3DestinationProperty.getBucketName() |
CfnProject.S3DestinationProperty |
build()
Builds the configured instance.
|
CfnProject.S3DestinationProperty.Builder |
prefix(java.lang.String prefix)
Sets the value of
CfnProject.S3DestinationProperty.getPrefix() |
public CfnProject.S3DestinationProperty.Builder bucketName(java.lang.String bucketName)
CfnProject.S3DestinationProperty.getBucketName()
bucketName
- The name of the bucket in which Evidently stores evaluation events. This parameter is required.this
public CfnProject.S3DestinationProperty.Builder prefix(java.lang.String prefix)
CfnProject.S3DestinationProperty.getPrefix()
prefix
- The bucket prefix in which Evidently stores evaluation events.this
public CfnProject.S3DestinationProperty build()
CfnProject.S3DestinationProperty
java.lang.NullPointerException
- if any required attribute was not provided