Interface CreateCommandResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateCommandResponse.Builder,CreateCommandResponse>,IotResponse.Builder,SdkBuilder<CreateCommandResponse.Builder,CreateCommandResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateCommandResponse
public static interface CreateCommandResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateCommandResponse.Builder,CreateCommandResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCommandResponse.BuildercommandArn(String commandArn)The Amazon Resource Number (ARN) of the command.CreateCommandResponse.BuildercommandId(String commandId)The unique identifier for the command.-
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
CreateCommandResponse.Builder commandId(String 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
CreateCommandResponse.Builder commandArn(String 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.
-
-