Interface SchemaAttribute.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SchemaAttribute.Builder,,- SchemaAttribute> - SdkBuilder<SchemaAttribute.Builder,,- SchemaAttribute> - SdkPojo
- Enclosing class:
- SchemaAttribute
- 
Method SummaryModifier and TypeMethodDescriptionattributeName(String attributeName) The name of the dataset field.attributeType(String attributeType) The data type of the field.attributeType(AttributeType attributeType) The data type of the field.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
attributeNameThe name of the dataset field. - Parameters:
- attributeName- The name of the dataset field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributeTypeThe data type of the field. For a related time series dataset, other than date, item_id, and forecast dimensions attributes, all attributes should be of numerical type (integer/float). - Parameters:
- attributeType- The data type of the field.- For a related time series dataset, other than date, item_id, and forecast dimensions attributes, all attributes should be of numerical type (integer/float). 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
attributeTypeThe data type of the field. For a related time series dataset, other than date, item_id, and forecast dimensions attributes, all attributes should be of numerical type (integer/float). - Parameters:
- attributeType- The data type of the field.- For a related time series dataset, other than date, item_id, and forecast dimensions attributes, all attributes should be of numerical type (integer/float). 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-