Interface BatchStepInput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchStepInput.Builder,,BatchStepInput> SdkBuilder<BatchStepInput.Builder,,BatchStepInput> SdkPojo
- Enclosing class:
 BatchStepInput
public static interface BatchStepInput.Builder
extends SdkPojo, CopyableBuilder<BatchStepInput.Builder,BatchStepInput> 
- 
Method Summary
Modifier and TypeMethodDescriptionbatchJobName(String batchJobName) The batch job name of the batch step input.batchJobParameters(Map<String, String> batchJobParameters) The batch job parameters of the batch step input.exportDataSetNames(String... exportDataSetNames) The export data set names of the batch step input.exportDataSetNames(Collection<String> exportDataSetNames) The export data set names of the batch step input.default BatchStepInput.Builderproperties(Consumer<MainframeActionProperties.Builder> properties) The properties of the batch step input.properties(MainframeActionProperties properties) The properties of the batch step input.default BatchStepInput.Builderresource(Consumer<MainframeResourceSummary.Builder> resource) The resource of the batch step input.resource(MainframeResourceSummary resource) The resource of the batch step input.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
resource
The resource of the batch step input.
- Parameters:
 resource- The resource of the batch step input.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resource
The resource of the batch step input.
This is a convenience method that creates an instance of theMainframeResourceSummary.Builderavoiding the need to create one manually viaMainframeResourceSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresource(MainframeResourceSummary).- Parameters:
 resource- a consumer that will call methods onMainframeResourceSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
batchJobName
The batch job name of the batch step input.
- Parameters:
 batchJobName- The batch job name of the batch step input.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
batchJobParameters
The batch job parameters of the batch step input.
- Parameters:
 batchJobParameters- The batch job parameters of the batch step input.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
exportDataSetNames
The export data set names of the batch step input.
- Parameters:
 exportDataSetNames- The export data set names of the batch step input.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
exportDataSetNames
The export data set names of the batch step input.
- Parameters:
 exportDataSetNames- The export data set names of the batch step input.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
properties
The properties of the batch step input.
- Parameters:
 properties- The properties of the batch step input.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
properties
The properties of the batch step input.
This is a convenience method that creates an instance of theMainframeActionProperties.Builderavoiding the need to create one manually viaMainframeActionProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproperties(MainframeActionProperties).- Parameters:
 properties- a consumer that will call methods onMainframeActionProperties.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -