public static interface DeleteRobotApplicationRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<DeleteRobotApplicationRequest.Builder,DeleteRobotApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRobotApplicationRequest.Builder |
application(String application)
The Amazon Resource Name (ARN) of the the robot application.
|
DeleteRobotApplicationRequest.Builder |
applicationVersion(String applicationVersion)
The version of the robot application to delete.
|
DeleteRobotApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRobotApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRobotApplicationRequest.Builder application(String application)
The Amazon Resource Name (ARN) of the the robot application.
application - The Amazon Resource Name (ARN) of the the robot application.DeleteRobotApplicationRequest.Builder applicationVersion(String applicationVersion)
The version of the robot application to delete.
applicationVersion - The version of the robot application to delete.DeleteRobotApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRobotApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.