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