Class CfnIntegration.S3SourcePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.customerprofiles.CfnIntegration.S3SourcePropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegration.S3SourcePropertiesProperty>
- Enclosing interface:
- CfnIntegration.S3SourcePropertiesProperty
@Stability(Stable)
public static final class CfnIntegration.S3SourcePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegration.S3SourcePropertiesProperty>
A builder for
CfnIntegration.S3SourcePropertiesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) Sets the value ofCfnIntegration.S3SourcePropertiesProperty.getBucketName()
bucketPrefix
(String bucketPrefix) Sets the value ofCfnIntegration.S3SourcePropertiesProperty.getBucketPrefix()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucketName
@Stability(Stable) public CfnIntegration.S3SourcePropertiesProperty.Builder bucketName(String bucketName) Sets the value ofCfnIntegration.S3SourcePropertiesProperty.getBucketName()
- Parameters:
bucketName
- The Amazon S3 bucket name where the source files are stored. This parameter is required.- Returns:
this
-
bucketPrefix
@Stability(Stable) public CfnIntegration.S3SourcePropertiesProperty.Builder bucketPrefix(String bucketPrefix) Sets the value ofCfnIntegration.S3SourcePropertiesProperty.getBucketPrefix()
- Parameters:
bucketPrefix
- The object key for the Amazon S3 bucket in which the source files are stored.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIntegration.S3SourcePropertiesProperty>
- Returns:
- a new instance of
CfnIntegration.S3SourcePropertiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-