public static interface SendAutomationSignalRequest.Builder extends SsmRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendAutomationSignalRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendAutomationSignalRequest.Builder |
payload(Map<String,? extends Collection<String>> payload)
The data sent with the signal.
|
SendAutomationSignalRequest.Builder |
signalType(SignalType signalType)
The type of signal to send to an Automation execution.
|
SendAutomationSignalRequest.Builder |
signalType(String signalType)
The type of signal to send to an Automation execution.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 to send to an Automation execution.
signalType - The type of signal to send to an Automation execution.SignalType,
SignalTypeSendAutomationSignalRequest.Builder signalType(SignalType signalType)
The type of signal to send to an Automation execution.
signalType - The type of signal to send to an Automation execution.SignalType,
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.
For Approve and Reject signal types, the payload is an optional comment that you
can send with the signal type. For example:
Comment="Looks good"
For StartStep and Resume signal types, you must send the name of the Automation
step to start or resume as the payload. For example:
StepName="step1"
For the StopStep signal type, you must send the step execution ID as the payload. For example:
StepExecutionId="97fff367-fc5a-4299-aed8-0123456789ab"
payload - The data sent with the signal. The data schema depends on the type of signal used in the request.
For Approve and Reject signal types, the payload is an optional comment that
you can send with the signal type. For example:
Comment="Looks good"
For StartStep and Resume signal types, you must send the name of the
Automation step to start or resume as the payload. For example:
StepName="step1"
For the StopStep signal type, you must send the step execution ID as the payload. For
example:
StepExecutionId="97fff367-fc5a-4299-aed8-0123456789ab"
SendAutomationSignalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSendAutomationSignalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.