@Stability(value=Stable) public static final class CfnAssociation.S3OutputLocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAssociation.S3OutputLocationProperty>
CfnAssociation.S3OutputLocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAssociation.S3OutputLocationProperty |
build()
Builds the configured instance.
|
CfnAssociation.S3OutputLocationProperty.Builder |
outputS3BucketName(String outputS3BucketName)
Sets the value of
CfnAssociation.S3OutputLocationProperty.getOutputS3BucketName() |
CfnAssociation.S3OutputLocationProperty.Builder |
outputS3KeyPrefix(String outputS3KeyPrefix)
Sets the value of
CfnAssociation.S3OutputLocationProperty.getOutputS3KeyPrefix() |
CfnAssociation.S3OutputLocationProperty.Builder |
outputS3Region(String outputS3Region)
Sets the value of
CfnAssociation.S3OutputLocationProperty.getOutputS3Region() |
@Stability(value=Stable) public CfnAssociation.S3OutputLocationProperty.Builder outputS3BucketName(String outputS3BucketName)
CfnAssociation.S3OutputLocationProperty.getOutputS3BucketName()outputS3BucketName - The name of the S3 bucket.this@Stability(value=Stable) public CfnAssociation.S3OutputLocationProperty.Builder outputS3KeyPrefix(String outputS3KeyPrefix)
CfnAssociation.S3OutputLocationProperty.getOutputS3KeyPrefix()outputS3KeyPrefix - The S3 bucket subfolder.this@Stability(value=Stable) public CfnAssociation.S3OutputLocationProperty.Builder outputS3Region(String outputS3Region)
CfnAssociation.S3OutputLocationProperty.getOutputS3Region()outputS3Region - The AWS Region of the S3 bucket.this@Stability(value=Stable) public CfnAssociation.S3OutputLocationProperty build()
build in interface software.amazon.jsii.Builder<CfnAssociation.S3OutputLocationProperty>CfnAssociation.S3OutputLocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.