@Stability(value=Stable) public static final class CfnTopicRule.S3ActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRule.S3ActionProperty>
CfnTopicRule.S3ActionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTopicRule.S3ActionProperty.Builder |
bucketName(String bucketName)
Sets the value of
CfnTopicRule.S3ActionProperty.getBucketName() |
CfnTopicRule.S3ActionProperty |
build()
Builds the configured instance.
|
CfnTopicRule.S3ActionProperty.Builder |
cannedAcl(String cannedAcl)
Sets the value of
CfnTopicRule.S3ActionProperty.getCannedAcl() |
CfnTopicRule.S3ActionProperty.Builder |
key(String key)
Sets the value of
CfnTopicRule.S3ActionProperty.getKey() |
CfnTopicRule.S3ActionProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnTopicRule.S3ActionProperty.getRoleArn() |
@Stability(value=Stable) public CfnTopicRule.S3ActionProperty.Builder bucketName(String bucketName)
CfnTopicRule.S3ActionProperty.getBucketName()bucketName - `CfnTopicRule.S3ActionProperty.BucketName`. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.S3ActionProperty.Builder key(String key)
CfnTopicRule.S3ActionProperty.getKey()key - `CfnTopicRule.S3ActionProperty.Key`. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.S3ActionProperty.Builder roleArn(String roleArn)
CfnTopicRule.S3ActionProperty.getRoleArn()roleArn - `CfnTopicRule.S3ActionProperty.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.S3ActionProperty.Builder cannedAcl(String cannedAcl)
CfnTopicRule.S3ActionProperty.getCannedAcl()cannedAcl - `CfnTopicRule.S3ActionProperty.CannedAcl`.this@Stability(value=Stable) public CfnTopicRule.S3ActionProperty build()
build in interface software.amazon.jsii.Builder<CfnTopicRule.S3ActionProperty>CfnTopicRule.S3ActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.