Class CfnProjectPropsMixin.S3DestinationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.evidently.CfnProjectPropsMixin.S3DestinationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectPropsMixin.S3DestinationProperty>
- Enclosing interface:
CfnProjectPropsMixin.S3DestinationProperty
@Stability(Stable)
public static final class CfnProjectPropsMixin.S3DestinationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectPropsMixin.S3DestinationProperty>
A builder for
CfnProjectPropsMixin.S3DestinationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbucketName(String bucketName) Sets the value ofCfnProjectPropsMixin.S3DestinationProperty.getBucketName()bucketName(IBucketRef bucketName) Sets the value ofCfnProjectPropsMixin.S3DestinationProperty.getBucketName()build()Builds the configured instance.Sets the value ofCfnProjectPropsMixin.S3DestinationProperty.getPrefix()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucketName
@Stability(Stable) public CfnProjectPropsMixin.S3DestinationProperty.Builder bucketName(String bucketName) Sets the value ofCfnProjectPropsMixin.S3DestinationProperty.getBucketName()- Parameters:
bucketName- The name of the bucket in which Evidently stores evaluation events.- Returns:
this
-
bucketName
@Stability(Stable) public CfnProjectPropsMixin.S3DestinationProperty.Builder bucketName(IBucketRef bucketName) Sets the value ofCfnProjectPropsMixin.S3DestinationProperty.getBucketName()- Parameters:
bucketName- The name of the bucket in which Evidently stores evaluation events.- Returns:
this
-
prefix
Sets the value ofCfnProjectPropsMixin.S3DestinationProperty.getPrefix()- Parameters:
prefix- The bucket prefix in which Evidently stores evaluation events.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectPropsMixin.S3DestinationProperty>- Returns:
- a new instance of
CfnProjectPropsMixin.S3DestinationProperty - Throws:
NullPointerException- if any required attribute was not provided
-