@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
- `CfnAssociation.S3OutputLocationProperty.OutputS3BucketName`.this
@Stability(value=Stable) public CfnAssociation.S3OutputLocationProperty.Builder outputS3KeyPrefix(String outputS3KeyPrefix)
CfnAssociation.S3OutputLocationProperty.getOutputS3KeyPrefix()
outputS3KeyPrefix
- `CfnAssociation.S3OutputLocationProperty.OutputS3KeyPrefix`.this
@Stability(value=Stable) public CfnAssociation.S3OutputLocationProperty.Builder outputS3Region(String outputS3Region)
CfnAssociation.S3OutputLocationProperty.getOutputS3Region()
outputS3Region
- `CfnAssociation.S3OutputLocationProperty.OutputS3Region`.this
@Stability(value=Stable) public CfnAssociation.S3OutputLocationProperty build()
build
in interface software.amazon.jsii.Builder<CfnAssociation.S3OutputLocationProperty>
CfnAssociation.S3OutputLocationProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.