Class CfnTestCasePropsMixin.BatchProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.BatchProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCasePropsMixin.BatchProperty>
- Enclosing interface:
CfnTestCasePropsMixin.BatchProperty
@Stability(Stable)
public static final class CfnTestCasePropsMixin.BatchProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCasePropsMixin.BatchProperty>
A builder for
CfnTestCasePropsMixin.BatchProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchJobName(String batchJobName) Sets the value ofCfnTestCasePropsMixin.BatchProperty.getBatchJobName()batchJobParameters(Map<String, String> batchJobParameters) Sets the value ofCfnTestCasePropsMixin.BatchProperty.getBatchJobParameters()batchJobParameters(IResolvable batchJobParameters) Sets the value ofCfnTestCasePropsMixin.BatchProperty.getBatchJobParameters()build()Builds the configured instance.exportDataSetNames(List<String> exportDataSetNames) Sets the value ofCfnTestCasePropsMixin.BatchProperty.getExportDataSetNames()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
batchJobName
@Stability(Stable) public CfnTestCasePropsMixin.BatchProperty.Builder batchJobName(String batchJobName) Sets the value ofCfnTestCasePropsMixin.BatchProperty.getBatchJobName()- Parameters:
batchJobName- The job name of the batch.- Returns:
this
-
batchJobParameters
@Stability(Stable) public CfnTestCasePropsMixin.BatchProperty.Builder batchJobParameters(Map<String, String> batchJobParameters) Sets the value ofCfnTestCasePropsMixin.BatchProperty.getBatchJobParameters()- Parameters:
batchJobParameters- The batch job parameters of the batch.- Returns:
this
-
batchJobParameters
@Stability(Stable) public CfnTestCasePropsMixin.BatchProperty.Builder batchJobParameters(IResolvable batchJobParameters) Sets the value ofCfnTestCasePropsMixin.BatchProperty.getBatchJobParameters()- Parameters:
batchJobParameters- The batch job parameters of the batch.- Returns:
this
-
exportDataSetNames
@Stability(Stable) public CfnTestCasePropsMixin.BatchProperty.Builder exportDataSetNames(List<String> exportDataSetNames) Sets the value ofCfnTestCasePropsMixin.BatchProperty.getExportDataSetNames()- Parameters:
exportDataSetNames- The export data set names of the batch.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCasePropsMixin.BatchProperty>- Returns:
- a new instance of
CfnTestCasePropsMixin.BatchProperty - Throws:
NullPointerException- if any required attribute was not provided
-