Interface StartAutomationExecutionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<StartAutomationExecutionResponse.Builder,,StartAutomationExecutionResponse> SdkBuilder<StartAutomationExecutionResponse.Builder,,StartAutomationExecutionResponse> SdkPojo,SdkResponse.Builder,SsmResponse.Builder
- Enclosing class:
 StartAutomationExecutionResponse
@Mutable
@NotThreadSafe
public static interface StartAutomationExecutionResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<StartAutomationExecutionResponse.Builder,StartAutomationExecutionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionautomationExecutionId(String automationExecutionId) The unique ID of a newly scheduled automation execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
automationExecutionId
The unique ID of a newly scheduled automation execution.
- Parameters:
 automationExecutionId- The unique ID of a newly scheduled automation execution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -