Interface CreateCommandResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateCommandResponse.Builder,,CreateCommandResponse> IotResponse.Builder,SdkBuilder<CreateCommandResponse.Builder,,CreateCommandResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateCommandResponse
@Mutable
@NotThreadSafe
public static interface CreateCommandResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateCommandResponse.Builder,CreateCommandResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioncommandArn(String commandArn) The Amazon Resource Number (ARN) of the command.The unique identifier for the command.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
commandId
The unique identifier for the command.
- Parameters:
 commandId- The unique identifier for the command.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
commandArn
The Amazon Resource Number (ARN) of the command. For example,
arn:aws:iot:<region>:<accountid>:command/<commandId>- Parameters:
 commandArn- The Amazon Resource Number (ARN) of the command. For example,arn:aws:iot:<region>:<accountid>:command/<commandId>- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -