Interface GetAutomationExecutionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAutomationExecutionResponse.Builder,GetAutomationExecutionResponse>
,SdkBuilder<GetAutomationExecutionResponse.Builder,GetAutomationExecutionResponse>
,SdkPojo
,SdkResponse.Builder
,SsmResponse.Builder
- Enclosing class:
- GetAutomationExecutionResponse
@Mutable @NotThreadSafe public static interface GetAutomationExecutionResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetAutomationExecutionResponse.Builder,GetAutomationExecutionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAutomationExecutionResponse.Builder
automationExecution(Consumer<AutomationExecution.Builder> automationExecution)
Detailed information about the current state of an automation execution.GetAutomationExecutionResponse.Builder
automationExecution(AutomationExecution automationExecution)
Detailed information about the current state of an automation execution.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
automationExecution
GetAutomationExecutionResponse.Builder automationExecution(AutomationExecution automationExecution)
Detailed information about the current state of an automation execution.
- Parameters:
automationExecution
- Detailed information about the current state of an automation execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
automationExecution
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 viaAutomationExecution.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautomationExecution(AutomationExecution)
.- Parameters:
automationExecution
- a consumer that will call methods onAutomationExecution.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
automationExecution(AutomationExecution)
-
-