Interface StartSimulationJobBatchRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartSimulationJobBatchRequest.Builder,StartSimulationJobBatchRequest>,RoboMakerRequest.Builder,SdkBuilder<StartSimulationJobBatchRequest.Builder,StartSimulationJobBatchRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartSimulationJobBatchRequest
public static interface StartSimulationJobBatchRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<StartSimulationJobBatchRequest.Builder,StartSimulationJobBatchRequest>
-
-
Method Summary
-
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
-
clientRequestToken
StartSimulationJobBatchRequest.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientRequestToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchPolicy
StartSimulationJobBatchRequest.Builder batchPolicy(BatchPolicy batchPolicy)
The batch policy.
- Parameters:
batchPolicy- The batch policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchPolicy
default StartSimulationJobBatchRequest.Builder batchPolicy(Consumer<BatchPolicy.Builder> batchPolicy)
The batch policy.
This is a convenience method that creates an instance of theBatchPolicy.Builderavoiding the need to create one manually viaBatchPolicy.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobatchPolicy(BatchPolicy).- Parameters:
batchPolicy- a consumer that will call methods onBatchPolicy.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
batchPolicy(BatchPolicy)
-
createSimulationJobRequests
StartSimulationJobBatchRequest.Builder createSimulationJobRequests(Collection<SimulationJobRequest> createSimulationJobRequests)
A list of simulation job requests to create in the batch.
- Parameters:
createSimulationJobRequests- A list of simulation job requests to create in the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createSimulationJobRequests
StartSimulationJobBatchRequest.Builder createSimulationJobRequests(SimulationJobRequest... createSimulationJobRequests)
A list of simulation job requests to create in the batch.
- Parameters:
createSimulationJobRequests- A list of simulation job requests to create in the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createSimulationJobRequests
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.Builderavoiding the need to create one manually viaSimulationJobRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#createSimulationJobRequests(List.) - Parameters:
createSimulationJobRequests- a consumer that will call methods onSimulationJobRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#createSimulationJobRequests(java.util.Collection)
-
tags
StartSimulationJobBatchRequest.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the deployment job batch.
- Parameters:
tags- A map that contains tag keys and tag values that are attached to the deployment job batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartSimulationJobBatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartSimulationJobBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-