Interface CommandSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CommandSummary.Builder,CommandSummary>,SdkBuilder<CommandSummary.Builder,CommandSummary>,SdkPojo
- Enclosing class:
- CommandSummary
public static interface CommandSummary.Builder extends SdkPojo, CopyableBuilder<CommandSummary.Builder,CommandSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandSummary.BuildercommandArn(String commandArn)The Amazon Resource Name (ARN) of the command.CommandSummary.BuildercommandId(String commandId)The unique identifier of the command.CommandSummary.BuildercreatedAt(Instant createdAt)The timestamp, when the command was created.CommandSummary.Builderdeprecated(Boolean deprecated)Indicates whether the command has been deprecated.CommandSummary.BuilderdisplayName(String displayName)The display name of the command.CommandSummary.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp, when the command was last updated.CommandSummary.BuilderpendingDeletion(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 Detail
-
commandArn
CommandSummary.Builder commandArn(String 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
CommandSummary.Builder commandId(String 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
CommandSummary.Builder displayName(String 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
CommandSummary.Builder deprecated(Boolean 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
CommandSummary.Builder createdAt(Instant 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
CommandSummary.Builder lastUpdatedAt(Instant 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
CommandSummary.Builder pendingDeletion(Boolean 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.
-
-