static GetCommandResponse.Builder |
GetCommandResponse.builder() |
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.commandArn(String commandArn) |
The Amazon Resource Number (ARN) of the command.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.commandId(String commandId) |
The unique identifier of the command.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.createdAt(Instant createdAt) |
The timestamp, when the command was created.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.deprecated(Boolean deprecated) |
Indicates whether the command has been deprecated.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.description(String description) |
A short text description of the command.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.displayName(String displayName) |
The user-friendly name in the console for the command.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The timestamp, when the command was last updated.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.mandatoryParameters(Collection<CommandParameter> mandatoryParameters) |
A list of parameters for the command created.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.mandatoryParameters(Consumer<CommandParameter.Builder>... mandatoryParameters) |
A list of parameters for the command created.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.mandatoryParameters(CommandParameter... mandatoryParameters) |
A list of parameters for the command created.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.namespace(String namespace) |
The namespace of the command.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.namespace(CommandNamespace namespace) |
The namespace of the command.
|
default GetCommandResponse.Builder |
GetCommandResponse.Builder.payload(Consumer<CommandPayload.Builder> payload) |
The payload object that you provided for the command.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.payload(CommandPayload payload) |
The payload object that you provided for the command.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.pendingDeletion(Boolean pendingDeletion) |
Indicates whether the command is being deleted.
|
GetCommandResponse.Builder |
GetCommandResponse.Builder.roleArn(String roleArn) |
The IAM role that you provided when creating the command with AWS-IoT-FleetWise as the
namespace.
|
GetCommandResponse.Builder |
GetCommandResponse.toBuilder() |
|