public static interface GetAutomationExecutionResponse.Builder extends SSMResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.