Interface CreateSimulationApplicationVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSimulationApplicationVersionRequest.Builder,CreateSimulationApplicationVersionRequest>,RoboMakerRequest.Builder,SdkBuilder<CreateSimulationApplicationVersionRequest.Builder,CreateSimulationApplicationVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSimulationApplicationVersionRequest
public static interface CreateSimulationApplicationVersionRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateSimulationApplicationVersionRequest.Builder,CreateSimulationApplicationVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSimulationApplicationVersionRequest.Builderapplication(String application)The application information for the simulation application.CreateSimulationApplicationVersionRequest.BuildercurrentRevisionId(String currentRevisionId)The current revision id for the simulation application.CreateSimulationApplicationVersionRequest.BuilderimageDigest(String imageDigest)The SHA256 digest used to identify the Docker image URI used to created the simulation application.CreateSimulationApplicationVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSimulationApplicationVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSimulationApplicationVersionRequest.Builders3Etags(String... s3Etags)The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.CreateSimulationApplicationVersionRequest.Builders3Etags(Collection<String> s3Etags)The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation 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 Detail
-
application
CreateSimulationApplicationVersionRequest.Builder application(String application)
The application information for the simulation application.
- Parameters:
application- The application information for the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentRevisionId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Etags
CreateSimulationApplicationVersionRequest.Builder s3Etags(Collection<String> s3Etags)
The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.
- Parameters:
s3Etags- The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Etags
CreateSimulationApplicationVersionRequest.Builder s3Etags(String... s3Etags)
The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.
- Parameters:
s3Etags- The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageDigest
CreateSimulationApplicationVersionRequest.Builder imageDigest(String imageDigest)
The SHA256 digest used to identify the Docker image URI used to created the simulation application.
- Parameters:
imageDigest- The SHA256 digest used to identify the Docker image URI used to created the simulation application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateSimulationApplicationVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSimulationApplicationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-