public static interface Action.Builder extends SdkPojo, CopyableBuilder<Action.Builder,Action>
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
ssmAutomation(Consumer<SsmAutomation.Builder> ssmAutomation)
The Systems Manager automation document to start as the runbook at the beginning of the incident.
|
Action.Builder |
ssmAutomation(SsmAutomation ssmAutomation)
The Systems Manager automation document to start as the runbook at the beginning of the incident.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAction.Builder ssmAutomation(SsmAutomation ssmAutomation)
The Systems Manager automation document to start as the runbook at the beginning of the incident.
ssmAutomation - The Systems Manager automation document to start as the runbook at the beginning of the incident.default Action.Builder ssmAutomation(Consumer<SsmAutomation.Builder> ssmAutomation)
The Systems Manager automation document to start as the runbook at the beginning of the incident.
This is a convenience method that creates an instance of theSsmAutomation.Builder avoiding the need
to create one manually via SsmAutomation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ssmAutomation(SsmAutomation).
ssmAutomation - a consumer that will call methods on SsmAutomation.BuilderssmAutomation(SsmAutomation)Copyright © 2023. All rights reserved.