static AlarmAction.Builder |
AlarmAction.builder() |
|
default AlarmAction.Builder |
AlarmAction.Builder.dynamoDB(Consumer<DynamoDBAction.Builder> dynamoDB) |
Sets the value of the DynamoDB property for this object.
|
AlarmAction.Builder |
AlarmAction.Builder.dynamoDB(DynamoDBAction dynamoDB) |
Sets the value of the DynamoDB property for this object.
|
default AlarmAction.Builder |
AlarmAction.Builder.dynamoDBv2(Consumer<DynamoDBv2Action.Builder> dynamoDBv2) |
Sets the value of the DynamoDBv2 property for this object.
|
AlarmAction.Builder |
AlarmAction.Builder.dynamoDBv2(DynamoDBv2Action dynamoDBv2) |
Sets the value of the DynamoDBv2 property for this object.
|
default AlarmAction.Builder |
AlarmAction.Builder.firehose(Consumer<FirehoseAction.Builder> firehose) |
Sets the value of the Firehose property for this object.
|
AlarmAction.Builder |
AlarmAction.Builder.firehose(FirehoseAction firehose) |
Sets the value of the Firehose property for this object.
|
default AlarmAction.Builder |
AlarmAction.Builder.iotEvents(Consumer<IotEventsAction.Builder> iotEvents) |
Sets the value of the IotEvents property for this object.
|
AlarmAction.Builder |
AlarmAction.Builder.iotEvents(IotEventsAction iotEvents) |
Sets the value of the IotEvents property for this object.
|
default AlarmAction.Builder |
AlarmAction.Builder.iotSiteWise(Consumer<IotSiteWiseAction.Builder> iotSiteWise) |
Sets the value of the IotSiteWise property for this object.
|
AlarmAction.Builder |
AlarmAction.Builder.iotSiteWise(IotSiteWiseAction iotSiteWise) |
Sets the value of the IotSiteWise property for this object.
|
default AlarmAction.Builder |
AlarmAction.Builder.iotTopicPublish(Consumer<IotTopicPublishAction.Builder> iotTopicPublish) |
Sets the value of the IotTopicPublish property for this object.
|
AlarmAction.Builder |
AlarmAction.Builder.iotTopicPublish(IotTopicPublishAction iotTopicPublish) |
Sets the value of the IotTopicPublish property for this object.
|
default AlarmAction.Builder |
AlarmAction.Builder.lambda(Consumer<LambdaAction.Builder> lambda) |
Sets the value of the Lambda property for this object.
|
AlarmAction.Builder |
AlarmAction.Builder.lambda(LambdaAction lambda) |
Sets the value of the Lambda property for this object.
|
default AlarmAction.Builder |
AlarmAction.Builder.sns(Consumer<SNSTopicPublishAction.Builder> sns) |
Sets the value of the Sns property for this object.
|
AlarmAction.Builder |
AlarmAction.Builder.sns(SNSTopicPublishAction sns) |
Sets the value of the Sns property for this object.
|
default AlarmAction.Builder |
AlarmAction.Builder.sqs(Consumer<SqsAction.Builder> sqs) |
Sets the value of the Sqs property for this object.
|
AlarmAction.Builder |
AlarmAction.Builder.sqs(SqsAction sqs) |
Sets the value of the Sqs property for this object.
|
AlarmAction.Builder |
AlarmAction.toBuilder() |
|