public static interface SignalResourceRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<SignalResourceRequest.Builder,SignalResourceRequest>
Modifier and Type | Method and Description |
---|---|
SignalResourceRequest.Builder |
logicalResourceId(String logicalResourceId)
The logical ID of the resource that you want to signal.
|
SignalResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SignalResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SignalResourceRequest.Builder |
stackName(String stackName)
The stack name or unique stack ID that includes the resource that you want to signal.
|
SignalResourceRequest.Builder |
status(ResourceSignalStatus status)
The status of the signal, which is either success or failure.
|
SignalResourceRequest.Builder |
status(String status)
The status of the signal, which is either success or failure.
|
SignalResourceRequest.Builder |
uniqueId(String uniqueId)
A unique ID of the signal.
|
build
overrideConfiguration
copy
applyMutation, build
SignalResourceRequest.Builder stackName(String stackName)
The stack name or unique stack ID that includes the resource that you want to signal.
stackName
- The stack name or unique stack ID that includes the resource that you want to signal.SignalResourceRequest.Builder logicalResourceId(String logicalResourceId)
The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.
logicalResourceId
- The logical ID of the resource that you want to signal. The logical ID is the name of the resource
that given in the template.SignalResourceRequest.Builder uniqueId(String uniqueId)
A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.
uniqueId
- A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the
instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource
(such as signaling a wait condition), each signal requires a different unique ID.SignalResourceRequest.Builder status(String status)
The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.
status
- The status of the signal, which is either success or failure. A failure signal causes AWS
CloudFormation to immediately fail the stack creation or update.ResourceSignalStatus
,
ResourceSignalStatus
SignalResourceRequest.Builder status(ResourceSignalStatus status)
The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update.
status
- The status of the signal, which is either success or failure. A failure signal causes AWS
CloudFormation to immediately fail the stack creation or update.ResourceSignalStatus
,
ResourceSignalStatus
SignalResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
SignalResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.