@Stability(value=Stable) public static final class CfnComponentType.DataTypeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentType.DataTypeProperty>
CfnComponentType.DataTypeProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnComponentType.DataTypeProperty.Builder type(String type)
CfnComponentType.DataTypeProperty.getType()type - The underlying type of the data type. This parameter is required.
Valid Values: RELATIONSHIP | STRING | LONG | BOOLEAN | INTEGER | DOUBLE | LIST | MAPthis@Stability(value=Stable) public CfnComponentType.DataTypeProperty.Builder allowedValues(IResolvable allowedValues)
CfnComponentType.DataTypeProperty.getAllowedValues()allowedValues - The allowed values for this data type.this@Stability(value=Stable) public CfnComponentType.DataTypeProperty.Builder allowedValues(List<? extends Object> allowedValues)
CfnComponentType.DataTypeProperty.getAllowedValues()allowedValues - The allowed values for this data type.this@Stability(value=Stable) public CfnComponentType.DataTypeProperty.Builder nestedType(CfnComponentType.DataTypeProperty nestedType)
CfnComponentType.DataTypeProperty.getNestedType()nestedType - The nested type in the data type.this@Stability(value=Stable) public CfnComponentType.DataTypeProperty.Builder nestedType(IResolvable nestedType)
CfnComponentType.DataTypeProperty.getNestedType()nestedType - The nested type in the data type.this@Stability(value=Stable) public CfnComponentType.DataTypeProperty.Builder relationship(CfnComponentType.RelationshipProperty relationship)
CfnComponentType.DataTypeProperty.getRelationship()relationship - A relationship that associates a component with another component.this@Stability(value=Stable) public CfnComponentType.DataTypeProperty.Builder relationship(IResolvable relationship)
CfnComponentType.DataTypeProperty.getRelationship()relationship - A relationship that associates a component with another component.this@Stability(value=Stable) public CfnComponentType.DataTypeProperty.Builder unitOfMeasure(String unitOfMeasure)
CfnComponentType.DataTypeProperty.getUnitOfMeasure()unitOfMeasure - The unit of measure used in this data type.this@Stability(value=Stable) public CfnComponentType.DataTypeProperty build()
build in interface software.amazon.jsii.Builder<CfnComponentType.DataTypeProperty>CfnComponentType.DataTypePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.