Class CfnTestCase.DataSetProperty.Builder
java.lang.Object
software.amazon.awscdk.services.apptest.CfnTestCase.DataSetProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCase.DataSetProperty>
- Enclosing interface:
CfnTestCase.DataSetProperty
@Stability(Stable)
public static final class CfnTestCase.DataSetProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCase.DataSetProperty>
A builder for
CfnTestCase.DataSetProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTestCase.DataSetProperty.getCcsid()Sets the value ofCfnTestCase.DataSetProperty.getFormat()Sets the value ofCfnTestCase.DataSetProperty.getLength()Sets the value ofCfnTestCase.DataSetProperty.getName()Sets the value ofCfnTestCase.DataSetProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ccsid
Sets the value ofCfnTestCase.DataSetProperty.getCcsid()- Parameters:
ccsid- The CCSID of the data set. This parameter is required.- Returns:
this
-
format
Sets the value ofCfnTestCase.DataSetProperty.getFormat()- Parameters:
format- The format of the data set. This parameter is required.- Returns:
this
-
length
Sets the value ofCfnTestCase.DataSetProperty.getLength()- Parameters:
length- The length of the data set. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnTestCase.DataSetProperty.getName()- Parameters:
name- The name of the data set. This parameter is required.- Returns:
this
-
type
Sets the value ofCfnTestCase.DataSetProperty.getType()- Parameters:
type- The type of the data set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCase.DataSetProperty>- Returns:
- a new instance of
CfnTestCase.DataSetProperty - Throws:
NullPointerException- if any required attribute was not provided
-