Interface DeleteCommandExecutionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteCommandExecutionRequest.Builder,DeleteCommandExecutionRequest>,IotRequest.Builder,SdkBuilder<DeleteCommandExecutionRequest.Builder,DeleteCommandExecutionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteCommandExecutionRequest
public static interface DeleteCommandExecutionRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DeleteCommandExecutionRequest.Builder,DeleteCommandExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCommandExecutionRequest.BuilderexecutionId(String executionId)The unique identifier of the command execution that you want to delete from your account.DeleteCommandExecutionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteCommandExecutionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteCommandExecutionRequest.BuildertargetArn(String targetArn)The Amazon Resource Number (ARN) of the target device for which you want to delete command executions.-
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
-
executionId
DeleteCommandExecutionRequest.Builder executionId(String executionId)
The unique identifier of the command execution that you want to delete from your account.
- Parameters:
executionId- The unique identifier of the command execution that you want to delete from your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetArn
DeleteCommandExecutionRequest.Builder targetArn(String targetArn)
The Amazon Resource Number (ARN) of the target device for which you want to delete command executions.
- Parameters:
targetArn- The Amazon Resource Number (ARN) of the target device for which you want to delete command executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteCommandExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteCommandExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-