Interface CreateRobotApplicationVersionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateRobotApplicationVersionRequest.Builder,
,CreateRobotApplicationVersionRequest> RoboMakerRequest.Builder
,SdkBuilder<CreateRobotApplicationVersionRequest.Builder,
,CreateRobotApplicationVersionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateRobotApplicationVersionRequest
public static interface CreateRobotApplicationVersionRequest.Builder
extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateRobotApplicationVersionRequest.Builder,CreateRobotApplicationVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplication
(String application) The application information for the robot application.currentRevisionId
(String currentRevisionId) The current revision id for the robot application.imageDigest
(String imageDigest) A SHA256 identifier for the Docker image that you use for your robot application.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon S3 identifier for the zip file bundle that you use for your robot application.s3Etags
(Collection<String> s3Etags) The Amazon S3 identifier for the zip file bundle that you use for your robot application.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.robomaker.model.RoboMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
application
The application information for the robot application.
- Parameters:
application
- The application information for the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentRevisionId
The current revision id for the robot application. If you provide a value and it matches the latest revision ID, a new version will be created.
- Parameters:
currentRevisionId
- The current revision id for the robot application. If you provide a value and it matches the latest revision ID, a new version will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Etags
The Amazon S3 identifier for the zip file bundle that you use for your robot application.
- Parameters:
s3Etags
- The Amazon S3 identifier for the zip file bundle that you use for your robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Etags
The Amazon S3 identifier for the zip file bundle that you use for your robot application.
- Parameters:
s3Etags
- The Amazon S3 identifier for the zip file bundle that you use for your robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageDigest
A SHA256 identifier for the Docker image that you use for your robot application.
- Parameters:
imageDigest
- A SHA256 identifier for the Docker image that you use for your robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateRobotApplicationVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateRobotApplicationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-