public static interface StartSimulationJobBatchRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<StartSimulationJobBatchRequest.Builder,StartSimulationJobBatchRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartSimulationJobBatchRequest.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.StartSimulationJobBatchRequest.Builder batchPolicy(BatchPolicy batchPolicy)
The batch policy.
batchPolicy - The batch policy.default StartSimulationJobBatchRequest.Builder batchPolicy(Consumer<BatchPolicy.Builder> batchPolicy)
The batch policy.
This is a convenience method that creates an instance of theBatchPolicy.Builder avoiding the need to
create one manually via BatchPolicy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to batchPolicy(BatchPolicy).
batchPolicy - a consumer that will call methods on BatchPolicy.BuilderbatchPolicy(BatchPolicy)StartSimulationJobBatchRequest.Builder createSimulationJobRequests(Collection<SimulationJobRequest> createSimulationJobRequests)
A list of simulation job requests to create in the batch.
createSimulationJobRequests - A list of simulation job requests to create in the batch.StartSimulationJobBatchRequest.Builder createSimulationJobRequests(SimulationJobRequest... createSimulationJobRequests)
A list of simulation job requests to create in the batch.
createSimulationJobRequests - A list of simulation job requests to create in the batch.StartSimulationJobBatchRequest.Builder createSimulationJobRequests(Consumer<SimulationJobRequest.Builder>... createSimulationJobRequests)
A list of simulation job requests to create in the batch.
This is a convenience method that creates an instance of theSimulationJobRequest.Builder avoiding the need to
create one manually via
SimulationJobRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #createSimulationJobRequests(List.
createSimulationJobRequests - a consumer that will call methods on
SimulationJobRequest.Builder#createSimulationJobRequests(java.util.Collection) StartSimulationJobBatchRequest.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the deployment job batch.
tags - A map that contains tag keys and tag values that are attached to the deployment job batch.StartSimulationJobBatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartSimulationJobBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.