@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 - The Amazon S3 bucket. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.S3ActionProperty.Builder key(String key)
CfnTopicRule.S3ActionProperty.getKey()key - The object key. This parameter is required.
For more information, see Actions, resources, and condition keys for Amazon S3 .this@Stability(value=Stable) public CfnTopicRule.S3ActionProperty.Builder roleArn(String roleArn)
CfnTopicRule.S3ActionProperty.getRoleArn()roleArn - The ARN of the IAM role that grants access. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.S3ActionProperty.Builder cannedAcl(String cannedAcl)
CfnTopicRule.S3ActionProperty.getCannedAcl()cannedAcl - The Amazon S3 canned ACL that controls access to the object identified by the object key.
For more information, see S3 canned ACLs .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 © 2022. All rights reserved.