public static interface SendAutomationSignalRequest.Builder extends SSMRequest.Builder, CopyableBuilder<SendAutomationSignalRequest.Builder,SendAutomationSignalRequest>
Modifier and Type | Method and Description |
---|---|
SendAutomationSignalRequest.Builder |
automationExecutionId(String automationExecutionId)
The unique identifier for an existing Automation execution that you want to send the signal to.
|
SendAutomationSignalRequest.Builder |
payload(Map<String,? extends Collection<String>> payload)
The data sent with the signal.
|
SendAutomationSignalRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
SendAutomationSignalRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
SendAutomationSignalRequest.Builder |
signalType(SignalType signalType)
The type of signal.
|
SendAutomationSignalRequest.Builder |
signalType(String signalType)
The type of signal.
|
build
requestOverrideConfig
copy
apply, build
SendAutomationSignalRequest.Builder automationExecutionId(String automationExecutionId)
The unique identifier for an existing Automation execution that you want to send the signal to.
automationExecutionId
- The unique identifier for an existing Automation execution that you want to send the signal to.SendAutomationSignalRequest.Builder signalType(String signalType)
The type of signal. Valid signal types include the following: Approve and Reject
signalType
- The type of signal. Valid signal types include the following: Approve and RejectSignalType
,
SignalType
SendAutomationSignalRequest.Builder signalType(SignalType signalType)
The type of signal. Valid signal types include the following: Approve and Reject
signalType
- The type of signal. Valid signal types include the following: Approve and RejectSignalType
,
SignalType
SendAutomationSignalRequest.Builder payload(Map<String,? extends Collection<String>> payload)
The data sent with the signal. The data schema depends on the type of signal used in the request.
payload
- The data sent with the signal. The data schema depends on the type of signal used in the request.SendAutomationSignalRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.SendAutomationSignalRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.