Interface Batch.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Batch.Builder,
,Batch> SdkBuilder<Batch.Builder,
,Batch> SdkPojo
- Enclosing class:
Batch
@Mutable
@NotThreadSafe
public static interface Batch.Builder
extends SdkPojo, CopyableBuilder<Batch.Builder,Batch>
-
Method Summary
Modifier and TypeMethodDescriptionbatchJobName
(String batchJobName) The job name of the batch.batchJobParameters
(Map<String, String> batchJobParameters) The batch job parameters of the batch.exportDataSetNames
(String... exportDataSetNames) The export data set names of the batch.exportDataSetNames
(Collection<String> exportDataSetNames) The export data set names of the batch.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
batchJobName
The job name of the batch.
- Parameters:
batchJobName
- The job name of the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchJobParameters
The batch job parameters of the batch.
- Parameters:
batchJobParameters
- The batch job parameters of the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportDataSetNames
The export data set names of the batch.
- Parameters:
exportDataSetNames
- The export data set names of the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportDataSetNames
The export data set names of the batch.
- Parameters:
exportDataSetNames
- The export data set names of the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-