Interface CfnTestCase.DataSetProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTestCase.DataSetProperty.Jsii$Proxy
- Enclosing class:
CfnTestCase
@Stability(Stable)
public static interface CfnTestCase.DataSetProperty
extends software.amazon.jsii.JsiiSerializable
Defines a data set.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.apptest.*; DataSetProperty dataSetProperty = DataSetProperty.builder() .ccsid("ccsid") .format("format") .length(123) .name("name") .type("type") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTestCase.DataSetProperty
static final class
An implementation forCfnTestCase.DataSetProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCcsid
The CCSID of the data set.- See Also:
-
getFormat
The format of the data set.- See Also:
-
getLength
The length of the data set.- See Also:
-
getName
The name of the data set.- See Also:
-
getType
The type of the data set.- See Also:
-
builder
-