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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description BatchStepInput.BuilderbatchJobName(String batchJobName)The batch job name of the batch step input.BatchStepInput.BuilderbatchJobParameters(Map<String,String> batchJobParameters)The batch job parameters of the batch step input.BatchStepInput.BuilderexportDataSetNames(String... exportDataSetNames)The export data set names of the batch step input.BatchStepInput.BuilderexportDataSetNames(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.BatchStepInput.Builderproperties(MainframeActionProperties properties)The properties of the batch step input.default BatchStepInput.Builderresource(Consumer<MainframeResourceSummary.Builder> resource)The resource of the batch step input.BatchStepInput.Builderresource(MainframeResourceSummary resource)The resource of the batch step input.-
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 Detail
-
resource
BatchStepInput.Builder resource(MainframeResourceSummary 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
default BatchStepInput.Builder resource(Consumer<MainframeResourceSummary.Builder> 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:
resource(MainframeResourceSummary)
-
batchJobName
BatchStepInput.Builder batchJobName(String 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
BatchStepInput.Builder batchJobParameters(Map<String,String> 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
BatchStepInput.Builder exportDataSetNames(Collection<String> 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
BatchStepInput.Builder exportDataSetNames(String... 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
BatchStepInput.Builder properties(MainframeActionProperties 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
default BatchStepInput.Builder properties(Consumer<MainframeActionProperties.Builder> 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:
properties(MainframeActionProperties)
-
-