@Stability(value=Stable) public static final class CfnIntegration.S3SourcePropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnIntegration.S3SourcePropertiesProperty>
CfnIntegration.S3SourcePropertiesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIntegration.S3SourcePropertiesProperty.Builder |
bucketName(String bucketName)
Sets the value of
CfnIntegration.S3SourcePropertiesProperty.getBucketName() |
CfnIntegration.S3SourcePropertiesProperty.Builder |
bucketPrefix(String bucketPrefix)
Sets the value of
CfnIntegration.S3SourcePropertiesProperty.getBucketPrefix() |
CfnIntegration.S3SourcePropertiesProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnIntegration.S3SourcePropertiesProperty.Builder bucketName(String bucketName)
CfnIntegration.S3SourcePropertiesProperty.getBucketName()bucketName - The Amazon S3 bucket name where the source files are stored. This parameter is required.this@Stability(value=Stable) public CfnIntegration.S3SourcePropertiesProperty.Builder bucketPrefix(String bucketPrefix)
CfnIntegration.S3SourcePropertiesProperty.getBucketPrefix()bucketPrefix - The object key for the Amazon S3 bucket in which the source files are stored.this@Stability(value=Stable) public CfnIntegration.S3SourcePropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnIntegration.S3SourcePropertiesProperty>CfnIntegration.S3SourcePropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.