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.
|
buildrequestOverrideConfigcopyapply, buildSendAutomationSignalRequest.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,
SignalTypeSendAutomationSignalRequest.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,
SignalTypeSendAutomationSignalRequest.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.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.SendAutomationSignalRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.