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)
Add an optional request override configuration.
|
DeleteRobotApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteRobotApplicationRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteRobotApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.