public static interface StartBatchJobRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<StartBatchJobRequest.Builder,StartBatchJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartBatchJobRequest.Builder |
applicationId(String applicationId)
The unique identifier of the application associated with this batch job.
|
StartBatchJobRequest.Builder |
batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of the batch job.
|
default StartBatchJobRequest.Builder |
batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)
The unique identifier of the batch job.
|
StartBatchJobRequest.Builder |
jobParams(Map<String,String> jobParams)
The collection of batch job parameters.
|
StartBatchJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartBatchJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartBatchJobRequest.Builder applicationId(String applicationId)
The unique identifier of the application associated with this batch job.
applicationId - The unique identifier of the application associated with this batch job.StartBatchJobRequest.Builder batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of the batch job.
batchJobIdentifier - The unique identifier of the batch job.default StartBatchJobRequest.Builder batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)
The unique identifier of the batch job.
This is a convenience method that creates an instance of theBatchJobIdentifier.Builder avoiding the
need to create one manually via BatchJobIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to batchJobIdentifier(BatchJobIdentifier).
batchJobIdentifier - a consumer that will call methods on BatchJobIdentifier.BuilderbatchJobIdentifier(BatchJobIdentifier)StartBatchJobRequest.Builder jobParams(Map<String,String> jobParams)
The collection of batch job parameters. For details about limits for keys and values, see Coding variables in JCL.
jobParams - The collection of batch job parameters. For details about limits for keys and values, see Coding
variables in JCL.StartBatchJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartBatchJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.