Interface AutomationExecution.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AutomationExecution.Builder,,- AutomationExecution> - SdkBuilder<AutomationExecution.Builder,,- AutomationExecution> - SdkPojo
- Enclosing class:
- AutomationExecution
@Mutable
@NotThreadSafe
public static interface AutomationExecution.Builder
extends SdkPojo, CopyableBuilder<AutomationExecution.Builder,AutomationExecution> 
- 
Method SummaryModifier and TypeMethodDescriptionssmExecutionArn(String ssmExecutionArn) The Amazon Resource Name (ARN) of the automation process.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
ssmExecutionArnThe Amazon Resource Name (ARN) of the automation process. - Parameters:
- ssmExecutionArn- The Amazon Resource Name (ARN) of the automation process.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-