@Stability(value=Stable) public static final class CfnBucket.DestinationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBucket.DestinationProperty>
CfnBucket.DestinationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnBucket.DestinationProperty.Builder |
bucketAccountId(String bucketAccountId)
Sets the value of
CfnBucket.DestinationProperty.getBucketAccountId() |
CfnBucket.DestinationProperty.Builder |
bucketArn(String bucketArn)
Sets the value of
CfnBucket.DestinationProperty.getBucketArn() |
CfnBucket.DestinationProperty |
build()
Builds the configured instance.
|
CfnBucket.DestinationProperty.Builder |
format(String format)
Sets the value of
CfnBucket.DestinationProperty.getFormat() |
CfnBucket.DestinationProperty.Builder |
prefix(String prefix)
Sets the value of
CfnBucket.DestinationProperty.getPrefix() |
@Stability(value=Stable) public CfnBucket.DestinationProperty.Builder bucketArn(String bucketArn)
CfnBucket.DestinationProperty.getBucketArn()
bucketArn
- `CfnBucket.DestinationProperty.BucketArn`. This parameter is required.this
@Stability(value=Stable) public CfnBucket.DestinationProperty.Builder format(String format)
CfnBucket.DestinationProperty.getFormat()
format
- `CfnBucket.DestinationProperty.Format`. This parameter is required.this
@Stability(value=Stable) public CfnBucket.DestinationProperty.Builder bucketAccountId(String bucketAccountId)
CfnBucket.DestinationProperty.getBucketAccountId()
bucketAccountId
- `CfnBucket.DestinationProperty.BucketAccountId`.this
@Stability(value=Stable) public CfnBucket.DestinationProperty.Builder prefix(String prefix)
CfnBucket.DestinationProperty.getPrefix()
prefix
- `CfnBucket.DestinationProperty.Prefix`.this
@Stability(value=Stable) public CfnBucket.DestinationProperty build()
build
in interface software.amazon.jsii.Builder<CfnBucket.DestinationProperty>
CfnBucket.DestinationProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.