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 Summary
Modifier and TypeMethodDescriptionssmExecutionArn
(String ssmExecutionArn) The Amazon Resource Name (ARN) of the automation process.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
-
Method Details
-
ssmExecutionArn
The 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.
-