public static interface GetAutomationExecutionResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetAutomationExecutionResponse.Builder,GetAutomationExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAutomationExecutionResponse.Builder |
automationExecution(AutomationExecution automationExecution)
Detailed information about the current state of an automation execution.
|
default GetAutomationExecutionResponse.Builder |
automationExecution(Consumer<AutomationExecution.Builder> automationExecution)
Detailed information about the current state of an automation execution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAutomationExecutionResponse.Builder automationExecution(AutomationExecution automationExecution)
Detailed information about the current state of an automation execution.
automationExecution - Detailed information about the current state of an automation execution.default GetAutomationExecutionResponse.Builder automationExecution(Consumer<AutomationExecution.Builder> automationExecution)
Detailed information about the current state of an automation execution.
This is a convenience method that creates an instance of theAutomationExecution.Builder avoiding the
need to create one manually via AutomationExecution.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to automationExecution(AutomationExecution).
automationExecution - a consumer that will call methods on AutomationExecution.BuilderautomationExecution(AutomationExecution)Copyright © 2022. All rights reserved.