Interface UpdateCommandResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateCommandResponse.Builder,UpdateCommandResponse>,IotResponse.Builder,SdkBuilder<UpdateCommandResponse.Builder,UpdateCommandResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateCommandResponse
public static interface UpdateCommandResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<UpdateCommandResponse.Builder,UpdateCommandResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCommandResponse.BuildercommandId(String commandId)The unique identifier of the command.UpdateCommandResponse.Builderdeprecated(Boolean deprecated)The boolean that indicates whether the command was deprecated.UpdateCommandResponse.Builderdescription(String description)The updated text description of the command.UpdateCommandResponse.BuilderdisplayName(String displayName)The updated user-friendly display name in the console for the command.UpdateCommandResponse.BuilderlastUpdatedAt(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 Detail
-
commandId
UpdateCommandResponse.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
UpdateCommandResponse.Builder displayName(String 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
UpdateCommandResponse.Builder description(String 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
UpdateCommandResponse.Builder deprecated(Boolean 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
UpdateCommandResponse.Builder lastUpdatedAt(Instant 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.
-
-