public static interface CreateSimulationApplicationVersionRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateSimulationApplicationVersionRequest.Builder,CreateSimulationApplicationVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSimulationApplicationVersionRequest.Builder |
application(String application)
The application information for the simulation application.
|
CreateSimulationApplicationVersionRequest.Builder |
currentRevisionId(String currentRevisionId)
The current revision id for the simulation application.
|
CreateSimulationApplicationVersionRequest.Builder |
imageDigest(String imageDigest)
The SHA256 digest used to identify the Docker image URI used to created the simulation application.
|
CreateSimulationApplicationVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSimulationApplicationVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSimulationApplicationVersionRequest.Builder |
s3Etags(Collection<String> s3Etags)
The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.
|
CreateSimulationApplicationVersionRequest.Builder |
s3Etags(String... s3Etags)
The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSimulationApplicationVersionRequest.Builder application(String application)
The application information for the simulation application.
application - The application information for the simulation application.CreateSimulationApplicationVersionRequest.Builder currentRevisionId(String currentRevisionId)
The current revision id for the simulation application. If you provide a value and it matches the latest revision ID, a new version will be created.
currentRevisionId - The current revision id for the simulation application. If you provide a value and it matches the
latest revision ID, a new version will be created.CreateSimulationApplicationVersionRequest.Builder s3Etags(Collection<String> s3Etags)
The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.
s3Etags - The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation
application.CreateSimulationApplicationVersionRequest.Builder s3Etags(String... s3Etags)
The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.
s3Etags - The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation
application.CreateSimulationApplicationVersionRequest.Builder imageDigest(String imageDigest)
The SHA256 digest used to identify the Docker image URI used to created the simulation application.
imageDigest - The SHA256 digest used to identify the Docker image URI used to created the simulation application.CreateSimulationApplicationVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSimulationApplicationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.