Interface UpdateCommandRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateCommandRequest.Builder,UpdateCommandRequest>,IotRequest.Builder,SdkBuilder<UpdateCommandRequest.Builder,UpdateCommandRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateCommandRequest
public static interface UpdateCommandRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateCommandRequest.Builder,UpdateCommandRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCommandRequest.BuildercommandId(String commandId)The unique identifier of the command to be updated.UpdateCommandRequest.Builderdeprecated(Boolean deprecated)A boolean that you can use to specify whether to deprecate a command.UpdateCommandRequest.Builderdescription(String description)A short text description of the command.UpdateCommandRequest.BuilderdisplayName(String displayName)The new user-friendly name to use in the console for the command.UpdateCommandRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateCommandRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
commandId
UpdateCommandRequest.Builder commandId(String commandId)
The unique identifier of the command to be updated.
- Parameters:
commandId- The unique identifier of the command to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
UpdateCommandRequest.Builder displayName(String displayName)
The new user-friendly name to use in the console for the command.
- Parameters:
displayName- The new user-friendly name to use in the console for the command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateCommandRequest.Builder description(String description)
A short text description of the command.
- Parameters:
description- A short text description of the command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deprecated
UpdateCommandRequest.Builder deprecated(Boolean deprecated)
A boolean that you can use to specify whether to deprecate a command.
- Parameters:
deprecated- A boolean that you can use to specify whether to deprecate a command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateCommandRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateCommandRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-