Interface UpdateCommandResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateCommandResponse.Builder,
,UpdateCommandResponse> IotResponse.Builder
,SdkBuilder<UpdateCommandResponse.Builder,
,UpdateCommandResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateCommandResponse
@Mutable
@NotThreadSafe
public static interface UpdateCommandResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<UpdateCommandResponse.Builder,UpdateCommandResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the command.deprecated
(Boolean deprecated) The boolean that indicates whether the command was deprecated.description
(String description) The updated text description of the command.displayName
(String displayName) The updated user-friendly display name in the console for the command.lastUpdatedAt
(Instant lastUpdatedAt) The date and time (epoch timestamp in seconds) when the command was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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 updated user-friendly display name in the console for the command.
- Parameters:
displayName
- The updated user-friendly display name in the console for the command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The updated text description of the command.
- Parameters:
description
- The updated text description of the command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deprecated
The boolean that indicates whether the command was deprecated.
- Parameters:
deprecated
- The boolean that indicates whether the command was deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The date and time (epoch timestamp in seconds) when the command was last updated.
- Parameters:
lastUpdatedAt
- The date and time (epoch timestamp in seconds) when the command was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-