Interface StartBatchJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartBatchJobRequest.Builder,StartBatchJobRequest>,M2Request.Builder,SdkBuilder<StartBatchJobRequest.Builder,StartBatchJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartBatchJobRequest
public static interface StartBatchJobRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<StartBatchJobRequest.Builder,StartBatchJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartBatchJobRequest.BuilderapplicationId(String applicationId)The unique identifier of the application associated with this batch job.default StartBatchJobRequest.BuilderbatchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)The unique identifier of the batch job.StartBatchJobRequest.BuilderbatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)The unique identifier of the batch job.StartBatchJobRequest.BuilderjobParams(Map<String,String> jobParams)The collection of batch job parameters.StartBatchJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartBatchJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.m2.model.M2Request.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
-
applicationId
StartBatchJobRequest.Builder applicationId(String applicationId)
The unique identifier of the application associated with this batch job.
- Parameters:
applicationId- The unique identifier of the application associated with this batch job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchJobIdentifier
StartBatchJobRequest.Builder batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of the batch job.
- Parameters:
batchJobIdentifier- The unique identifier of the batch job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchJobIdentifier
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.Builderavoiding the need to create one manually viaBatchJobIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobatchJobIdentifier(BatchJobIdentifier).- Parameters:
batchJobIdentifier- a consumer that will call methods onBatchJobIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
batchJobIdentifier(BatchJobIdentifier)
-
jobParams
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.
- Parameters:
jobParams- The collection of batch job parameters. For details about limits for keys and values, see Coding variables in JCL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartBatchJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartBatchJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-