static CommandSummary.Builder |
CommandSummary.builder() |
|
CommandSummary.Builder |
CommandSummary.Builder.commandArn(String commandArn) |
The Amazon Resource Name (ARN) of the command.
|
CommandSummary.Builder |
CommandSummary.Builder.commandId(String commandId) |
The unique identifier of the command.
|
CommandSummary.Builder |
CommandSummary.Builder.createdAt(Instant createdAt) |
The timestamp, when the command was created.
|
CommandSummary.Builder |
CommandSummary.Builder.deprecated(Boolean deprecated) |
Indicates whether the command has been deprecated.
|
CommandSummary.Builder |
CommandSummary.Builder.displayName(String displayName) |
The display name of the command.
|
CommandSummary.Builder |
CommandSummary.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The timestamp, when the command was last updated.
|
CommandSummary.Builder |
CommandSummary.Builder.pendingDeletion(Boolean pendingDeletion) |
Indicates whether the command is pending deletion.
|
CommandSummary.Builder |
CommandSummary.toBuilder() |
|