Interface AssetModelPropertyDefinition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetModelPropertyDefinition.Builder,,AssetModelPropertyDefinition> SdkBuilder<AssetModelPropertyDefinition.Builder,,AssetModelPropertyDefinition> SdkPojo
- Enclosing class:
AssetModelPropertyDefinition
-
Method Summary
Modifier and TypeMethodDescriptionThe data type of the property definition.dataType(PropertyDataType dataType) The data type of the property definition.dataTypeSpec(String dataTypeSpec) The data type of the structure for this property.The name of the property definition.type(Consumer<PropertyType.Builder> type) The property definition type (seePropertyType).type(PropertyType type) The property definition type (seePropertyType).The unit of the property definition, such asNewtonsorRPM.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the property definition.
- Parameters:
name- The name of the property definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataType
The data type of the property definition.
If you specify
STRUCT, you must also specifydataTypeSpecto identify the type of the structure for this property.- Parameters:
dataType- The data type of the property definition.If you specify
STRUCT, you must also specifydataTypeSpecto identify the type of the structure for this property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataType
The data type of the property definition.
If you specify
STRUCT, you must also specifydataTypeSpecto identify the type of the structure for this property.- Parameters:
dataType- The data type of the property definition.If you specify
STRUCT, you must also specifydataTypeSpecto identify the type of the structure for this property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataTypeSpec
The data type of the structure for this property. This parameter is required on properties that have the
STRUCTdata type.The options for this parameter depend on the type of the composite model in which you define this property. Use
AWS/ALARM_STATEfor alarm state in alarm composite models.- Parameters:
dataTypeSpec- The data type of the structure for this property. This parameter is required on properties that have theSTRUCTdata type.The options for this parameter depend on the type of the composite model in which you define this property. Use
AWS/ALARM_STATEfor alarm state in alarm composite models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The unit of the property definition, such as
NewtonsorRPM.- Parameters:
unit- The unit of the property definition, such asNewtonsorRPM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The property definition type (see
PropertyType). You can only specify one type in a property definition.- Parameters:
type- The property definition type (seePropertyType). You can only specify one type in a property definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The property definition type (see
This is a convenience method that creates an instance of thePropertyType). You can only specify one type in a property definition.PropertyType.Builderavoiding the need to create one manually viaPropertyType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totype(PropertyType).- Parameters:
type- a consumer that will call methods onPropertyType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-