@Stability(value=Stable) public static final class CfnComponentType.PropertyDefinitionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentType.PropertyDefinitionProperty>
CfnComponentType.PropertyDefinitionProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder configurations(IResolvable configurations)
CfnComponentType.PropertyDefinitionProperty.getConfigurations()configurations - A mapping that specifies configuration information about the property.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder configurations(Map<String,String> configurations)
CfnComponentType.PropertyDefinitionProperty.getConfigurations()configurations - A mapping that specifies configuration information about the property.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder dataType(CfnComponentType.DataTypeProperty dataType)
CfnComponentType.PropertyDefinitionProperty.getDataType()dataType - `CfnComponentType.PropertyDefinitionProperty.DataType`.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder dataType(IResolvable dataType)
CfnComponentType.PropertyDefinitionProperty.getDataType()dataType - `CfnComponentType.PropertyDefinitionProperty.DataType`.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder defaultValue(CfnComponentType.DataValueProperty defaultValue)
CfnComponentType.PropertyDefinitionProperty.getDefaultValue()defaultValue - A boolean value that specifies whether the property ID comes from an external data store.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder defaultValue(IResolvable defaultValue)
CfnComponentType.PropertyDefinitionProperty.getDefaultValue()defaultValue - A boolean value that specifies whether the property ID comes from an external data store.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder isExternalId(Boolean isExternalId)
CfnComponentType.PropertyDefinitionProperty.getIsExternalId()isExternalId - A boolean value that specifies whether the property ID comes from an external data store.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder isExternalId(IResolvable isExternalId)
CfnComponentType.PropertyDefinitionProperty.getIsExternalId()isExternalId - A boolean value that specifies whether the property ID comes from an external data store.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder isRequiredInEntity(Boolean isRequiredInEntity)
CfnComponentType.PropertyDefinitionProperty.getIsRequiredInEntity()isRequiredInEntity - A boolean value that specifies whether the property is required in an entity.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder isRequiredInEntity(IResolvable isRequiredInEntity)
CfnComponentType.PropertyDefinitionProperty.getIsRequiredInEntity()isRequiredInEntity - A boolean value that specifies whether the property is required in an entity.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder isStoredExternally(Boolean isStoredExternally)
CfnComponentType.PropertyDefinitionProperty.getIsStoredExternally()isStoredExternally - A boolean value that specifies whether the property is stored externally.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder isStoredExternally(IResolvable isStoredExternally)
CfnComponentType.PropertyDefinitionProperty.getIsStoredExternally()isStoredExternally - A boolean value that specifies whether the property is stored externally.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder isTimeSeries(Boolean isTimeSeries)
CfnComponentType.PropertyDefinitionProperty.getIsTimeSeries()isTimeSeries - A boolean value that specifies whether the property consists of time series data.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty.Builder isTimeSeries(IResolvable isTimeSeries)
CfnComponentType.PropertyDefinitionProperty.getIsTimeSeries()isTimeSeries - A boolean value that specifies whether the property consists of time series data.this@Stability(value=Stable) public CfnComponentType.PropertyDefinitionProperty build()
build in interface software.amazon.jsii.Builder<CfnComponentType.PropertyDefinitionProperty>CfnComponentType.PropertyDefinitionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.