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