@Stability(value=Stable) public static final class CfnTopicRule.FirehoseActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRule.FirehoseActionProperty>
CfnTopicRule.FirehoseActionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTopicRule.FirehoseActionProperty.Builder |
batchMode(Boolean batchMode)
Sets the value of
CfnTopicRule.FirehoseActionProperty.getBatchMode() |
CfnTopicRule.FirehoseActionProperty.Builder |
batchMode(IResolvable batchMode)
Sets the value of
CfnTopicRule.FirehoseActionProperty.getBatchMode() |
CfnTopicRule.FirehoseActionProperty |
build()
Builds the configured instance.
|
CfnTopicRule.FirehoseActionProperty.Builder |
deliveryStreamName(String deliveryStreamName)
Sets the value of
CfnTopicRule.FirehoseActionProperty.getDeliveryStreamName() |
CfnTopicRule.FirehoseActionProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnTopicRule.FirehoseActionProperty.getRoleArn() |
CfnTopicRule.FirehoseActionProperty.Builder |
separator(String separator)
Sets the value of
CfnTopicRule.FirehoseActionProperty.getSeparator() |
@Stability(value=Stable) public CfnTopicRule.FirehoseActionProperty.Builder deliveryStreamName(String deliveryStreamName)
CfnTopicRule.FirehoseActionProperty.getDeliveryStreamName()deliveryStreamName - `CfnTopicRule.FirehoseActionProperty.DeliveryStreamName`. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.FirehoseActionProperty.Builder roleArn(String roleArn)
CfnTopicRule.FirehoseActionProperty.getRoleArn()roleArn - `CfnTopicRule.FirehoseActionProperty.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.FirehoseActionProperty.Builder batchMode(Boolean batchMode)
CfnTopicRule.FirehoseActionProperty.getBatchMode()batchMode - `CfnTopicRule.FirehoseActionProperty.BatchMode`.this@Stability(value=Stable) public CfnTopicRule.FirehoseActionProperty.Builder batchMode(IResolvable batchMode)
CfnTopicRule.FirehoseActionProperty.getBatchMode()batchMode - `CfnTopicRule.FirehoseActionProperty.BatchMode`.this@Stability(value=Stable) public CfnTopicRule.FirehoseActionProperty.Builder separator(String separator)
CfnTopicRule.FirehoseActionProperty.getSeparator()separator - `CfnTopicRule.FirehoseActionProperty.Separator`.this@Stability(value=Stable) public CfnTopicRule.FirehoseActionProperty build()
build in interface software.amazon.jsii.Builder<CfnTopicRule.FirehoseActionProperty>CfnTopicRule.FirehoseActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.