@Stability(value=Stable) public static final class CfnReceiptRule.S3ActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnReceiptRule.S3ActionProperty>
CfnReceiptRule.S3ActionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnReceiptRule.S3ActionProperty.Builder |
bucketName(String bucketName)
Sets the value of
CfnReceiptRule.S3ActionProperty.getBucketName() |
CfnReceiptRule.S3ActionProperty |
build()
Builds the configured instance.
|
CfnReceiptRule.S3ActionProperty.Builder |
kmsKeyArn(String kmsKeyArn)
Sets the value of
CfnReceiptRule.S3ActionProperty.getKmsKeyArn() |
CfnReceiptRule.S3ActionProperty.Builder |
objectKeyPrefix(String objectKeyPrefix)
Sets the value of
CfnReceiptRule.S3ActionProperty.getObjectKeyPrefix() |
CfnReceiptRule.S3ActionProperty.Builder |
topicArn(String topicArn)
Sets the value of
CfnReceiptRule.S3ActionProperty.getTopicArn() |
@Stability(value=Stable) public CfnReceiptRule.S3ActionProperty.Builder bucketName(String bucketName)
CfnReceiptRule.S3ActionProperty.getBucketName()bucketName - `CfnReceiptRule.S3ActionProperty.BucketName`. This parameter is required.this@Stability(value=Stable) public CfnReceiptRule.S3ActionProperty.Builder kmsKeyArn(String kmsKeyArn)
CfnReceiptRule.S3ActionProperty.getKmsKeyArn()kmsKeyArn - `CfnReceiptRule.S3ActionProperty.KmsKeyArn`.this@Stability(value=Stable) public CfnReceiptRule.S3ActionProperty.Builder objectKeyPrefix(String objectKeyPrefix)
CfnReceiptRule.S3ActionProperty.getObjectKeyPrefix()objectKeyPrefix - `CfnReceiptRule.S3ActionProperty.ObjectKeyPrefix`.this@Stability(value=Stable) public CfnReceiptRule.S3ActionProperty.Builder topicArn(String topicArn)
CfnReceiptRule.S3ActionProperty.getTopicArn()topicArn - `CfnReceiptRule.S3ActionProperty.TopicArn`.this@Stability(value=Stable) public CfnReceiptRule.S3ActionProperty build()
build in interface software.amazon.jsii.Builder<CfnReceiptRule.S3ActionProperty>CfnReceiptRule.S3ActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.