@Stability(value=Stable) public static final class CfnAlarmModel.FirehoseProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAlarmModel.FirehoseProperty>
CfnAlarmModel.FirehoseProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAlarmModel.FirehoseProperty |
build()
Builds the configured instance.
|
CfnAlarmModel.FirehoseProperty.Builder |
deliveryStreamName(String deliveryStreamName)
Sets the value of
CfnAlarmModel.FirehoseProperty.getDeliveryStreamName() |
CfnAlarmModel.FirehoseProperty.Builder |
payload(CfnAlarmModel.PayloadProperty payload)
Sets the value of
CfnAlarmModel.FirehoseProperty.getPayload() |
CfnAlarmModel.FirehoseProperty.Builder |
payload(IResolvable payload)
Sets the value of
CfnAlarmModel.FirehoseProperty.getPayload() |
CfnAlarmModel.FirehoseProperty.Builder |
separator(String separator)
Sets the value of
CfnAlarmModel.FirehoseProperty.getSeparator() |
@Stability(value=Stable) public CfnAlarmModel.FirehoseProperty.Builder deliveryStreamName(String deliveryStreamName)
CfnAlarmModel.FirehoseProperty.getDeliveryStreamName()deliveryStreamName - The name of the Kinesis Data Firehose delivery stream where the data is written. This parameter is required.this@Stability(value=Stable) public CfnAlarmModel.FirehoseProperty.Builder payload(CfnAlarmModel.PayloadProperty payload)
CfnAlarmModel.FirehoseProperty.getPayload()payload - You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.this@Stability(value=Stable) public CfnAlarmModel.FirehoseProperty.Builder payload(IResolvable payload)
CfnAlarmModel.FirehoseProperty.getPayload()payload - You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.this@Stability(value=Stable) public CfnAlarmModel.FirehoseProperty.Builder separator(String separator)
CfnAlarmModel.FirehoseProperty.getSeparator()separator - A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream.
Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).this@Stability(value=Stable) public CfnAlarmModel.FirehoseProperty build()
build in interface software.amazon.jsii.Builder<CfnAlarmModel.FirehoseProperty>CfnAlarmModel.FirehosePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.