Interface CommandSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CommandSummary.Builder,
,CommandSummary> SdkBuilder<CommandSummary.Builder,
,CommandSummary> SdkPojo
- Enclosing class:
CommandSummary
@Mutable
@NotThreadSafe
public static interface CommandSummary.Builder
extends SdkPojo, CopyableBuilder<CommandSummary.Builder,CommandSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncommandArn
(String commandArn) The Amazon Resource Name (ARN) of the command.The unique identifier of the command.The timestamp, when the command was created.deprecated
(Boolean deprecated) Indicates whether the command has been deprecated.displayName
(String displayName) The display name of the command.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp, when the command was last updated.pendingDeletion
(Boolean pendingDeletion) Indicates whether the command is pending deletion.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.
- Parameters:
commandArn
- The Amazon Resource Name (ARN) of the command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
commandId
The unique identifier of the command.
- Parameters:
commandId
- The unique identifier of the command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of the command.
- Parameters:
displayName
- The display name of the command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deprecated
Indicates whether the command has been deprecated.
- Parameters:
deprecated
- Indicates whether the command has been deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp, when the command was created.
- Parameters:
createdAt
- The timestamp, when the command was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp, when the command was last updated.
- Parameters:
lastUpdatedAt
- The timestamp, when the command was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingDeletion
Indicates whether the command is pending deletion.
- Parameters:
pendingDeletion
- Indicates whether the command is pending deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-