Interface CommandExecutionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CommandExecutionSummary.Builder,
,CommandExecutionSummary> SdkBuilder<CommandExecutionSummary.Builder,
,CommandExecutionSummary> SdkPojo
- Enclosing class:
CommandExecutionSummary
@Mutable
@NotThreadSafe
public static interface CommandExecutionSummary.Builder
extends SdkPojo, CopyableBuilder<CommandExecutionSummary.Builder,CommandExecutionSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncommandArn
(String commandArn) The Amazon Resource Name (ARN) of the command execution.completedAt
(Instant completedAt) The date and time at which the command completed executing on the target device.The date and time at which the command execution was created for the target device.executionId
(String executionId) The unique identifier of the command execution.The date and time at which the command started executing on the target device.The status of the command executions.status
(CommandExecutionStatus status) The status of the command executions.The Amazon Resource Name (ARN) of the target device for which the command is being executed.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
-
commandArn
The Amazon Resource Name (ARN) of the command execution.
- Parameters:
commandArn
- The Amazon Resource Name (ARN) of the command execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionId
The unique identifier of the command execution.
- Parameters:
executionId
- The unique identifier of the command execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetArn
The Amazon Resource Name (ARN) of the target device for which the command is being executed.
- Parameters:
targetArn
- The Amazon Resource Name (ARN) of the target device for which the command is being executed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the command executions.
- Parameters:
status
- The status of the command executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the command executions.
- Parameters:
status
- The status of the command executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time at which the command execution was created for the target device.
- Parameters:
createdAt
- The date and time at which the command execution was created for the target device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
The date and time at which the command started executing on the target device.
- Parameters:
startedAt
- The date and time at which the command started executing on the target device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedAt
The date and time at which the command completed executing on the target device.
- Parameters:
completedAt
- The date and time at which the command completed executing on the target device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-