public static interface AlarmAction.Builder extends SdkPojo, CopyableBuilder<AlarmAction.Builder,AlarmAction>
| Modifier and Type | Method and Description |
|---|---|
default AlarmAction.Builder |
dynamoDB(Consumer<DynamoDBAction.Builder> dynamoDB)
Sets the value of the DynamoDB property for this object.
|
AlarmAction.Builder |
dynamoDB(DynamoDBAction dynamoDB)
Sets the value of the DynamoDB property for this object.
|
default AlarmAction.Builder |
dynamoDBv2(Consumer<DynamoDBv2Action.Builder> dynamoDBv2)
Sets the value of the DynamoDBv2 property for this object.
|
AlarmAction.Builder |
dynamoDBv2(DynamoDBv2Action dynamoDBv2)
Sets the value of the DynamoDBv2 property for this object.
|
default AlarmAction.Builder |
firehose(Consumer<FirehoseAction.Builder> firehose)
Sets the value of the Firehose property for this object.
|
AlarmAction.Builder |
firehose(FirehoseAction firehose)
Sets the value of the Firehose property for this object.
|
default AlarmAction.Builder |
iotEvents(Consumer<IotEventsAction.Builder> iotEvents)
Sets the value of the IotEvents property for this object.
|
AlarmAction.Builder |
iotEvents(IotEventsAction iotEvents)
Sets the value of the IotEvents property for this object.
|
default AlarmAction.Builder |
iotSiteWise(Consumer<IotSiteWiseAction.Builder> iotSiteWise)
Sets the value of the IotSiteWise property for this object.
|
AlarmAction.Builder |
iotSiteWise(IotSiteWiseAction iotSiteWise)
Sets the value of the IotSiteWise property for this object.
|
default AlarmAction.Builder |
iotTopicPublish(Consumer<IotTopicPublishAction.Builder> iotTopicPublish)
Sets the value of the IotTopicPublish property for this object.
|
AlarmAction.Builder |
iotTopicPublish(IotTopicPublishAction iotTopicPublish)
Sets the value of the IotTopicPublish property for this object.
|
default AlarmAction.Builder |
lambda(Consumer<LambdaAction.Builder> lambda)
Sets the value of the Lambda property for this object.
|
AlarmAction.Builder |
lambda(LambdaAction lambda)
Sets the value of the Lambda property for this object.
|
default AlarmAction.Builder |
sns(Consumer<SNSTopicPublishAction.Builder> sns)
Sets the value of the Sns property for this object.
|
AlarmAction.Builder |
sns(SNSTopicPublishAction sns)
Sets the value of the Sns property for this object.
|
default AlarmAction.Builder |
sqs(Consumer<SqsAction.Builder> sqs)
Sets the value of the Sqs property for this object.
|
AlarmAction.Builder |
sqs(SqsAction sqs)
Sets the value of the Sqs property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlarmAction.Builder sns(SNSTopicPublishAction sns)
sns - The new value for the Sns property for this object.default AlarmAction.Builder sns(Consumer<SNSTopicPublishAction.Builder> sns)
SNSTopicPublishAction.Builder avoiding the need
to create one manually via SNSTopicPublishAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sns(SNSTopicPublishAction).sns - a consumer that will call methods on SNSTopicPublishAction.Buildersns(SNSTopicPublishAction)AlarmAction.Builder iotTopicPublish(IotTopicPublishAction iotTopicPublish)
iotTopicPublish - The new value for the IotTopicPublish property for this object.default AlarmAction.Builder iotTopicPublish(Consumer<IotTopicPublishAction.Builder> iotTopicPublish)
IotTopicPublishAction.Builder avoiding the need
to create one manually via IotTopicPublishAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to iotTopicPublish(IotTopicPublishAction).iotTopicPublish - a consumer that will call methods on IotTopicPublishAction.BuilderiotTopicPublish(IotTopicPublishAction)AlarmAction.Builder lambda(LambdaAction lambda)
lambda - The new value for the Lambda property for this object.default AlarmAction.Builder lambda(Consumer<LambdaAction.Builder> lambda)
LambdaAction.Builder avoiding the need to
create one manually via LambdaAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lambda(LambdaAction).lambda - a consumer that will call methods on LambdaAction.Builderlambda(LambdaAction)AlarmAction.Builder iotEvents(IotEventsAction iotEvents)
iotEvents - The new value for the IotEvents property for this object.default AlarmAction.Builder iotEvents(Consumer<IotEventsAction.Builder> iotEvents)
IotEventsAction.Builder avoiding the need to
create one manually via IotEventsAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to iotEvents(IotEventsAction).iotEvents - a consumer that will call methods on IotEventsAction.BuilderiotEvents(IotEventsAction)AlarmAction.Builder sqs(SqsAction sqs)
sqs - The new value for the Sqs property for this object.default AlarmAction.Builder sqs(Consumer<SqsAction.Builder> sqs)
SqsAction.Builder avoiding the need to create
one manually via SqsAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to sqs(SqsAction).sqs - a consumer that will call methods on SqsAction.Buildersqs(SqsAction)AlarmAction.Builder firehose(FirehoseAction firehose)
firehose - The new value for the Firehose property for this object.default AlarmAction.Builder firehose(Consumer<FirehoseAction.Builder> firehose)
FirehoseAction.Builder avoiding the need to
create one manually via FirehoseAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to firehose(FirehoseAction).firehose - a consumer that will call methods on FirehoseAction.Builderfirehose(FirehoseAction)AlarmAction.Builder dynamoDB(DynamoDBAction dynamoDB)
dynamoDB - The new value for the DynamoDB property for this object.default AlarmAction.Builder dynamoDB(Consumer<DynamoDBAction.Builder> dynamoDB)
DynamoDBAction.Builder avoiding the need to
create one manually via DynamoDBAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dynamoDB(DynamoDBAction).dynamoDB - a consumer that will call methods on DynamoDBAction.BuilderdynamoDB(DynamoDBAction)AlarmAction.Builder dynamoDBv2(DynamoDBv2Action dynamoDBv2)
dynamoDBv2 - The new value for the DynamoDBv2 property for this object.default AlarmAction.Builder dynamoDBv2(Consumer<DynamoDBv2Action.Builder> dynamoDBv2)
DynamoDBv2Action.Builder avoiding the need to
create one manually via DynamoDBv2Action.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dynamoDBv2(DynamoDBv2Action).dynamoDBv2 - a consumer that will call methods on DynamoDBv2Action.BuilderdynamoDBv2(DynamoDBv2Action)AlarmAction.Builder iotSiteWise(IotSiteWiseAction iotSiteWise)
iotSiteWise - The new value for the IotSiteWise property for this object.default AlarmAction.Builder iotSiteWise(Consumer<IotSiteWiseAction.Builder> iotSiteWise)
IotSiteWiseAction.Builder avoiding the need to
create one manually via IotSiteWiseAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to iotSiteWise(IotSiteWiseAction).iotSiteWise - a consumer that will call methods on IotSiteWiseAction.BuilderiotSiteWise(IotSiteWiseAction)Copyright © 2022. All rights reserved.