Interface InventoryItemAttribute.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InventoryItemAttribute.Builder,,- InventoryItemAttribute> - SdkBuilder<InventoryItemAttribute.Builder,,- InventoryItemAttribute> - SdkPojo
- Enclosing class:
- InventoryItemAttribute
@Mutable
@NotThreadSafe
public static interface InventoryItemAttribute.Builder
extends SdkPojo, CopyableBuilder<InventoryItemAttribute.Builder,InventoryItemAttribute> 
- 
Method SummaryModifier and TypeMethodDescriptionThe data type of the inventory item attribute.dataType(InventoryAttributeDataType dataType) The data type of the inventory item attribute.Name of the inventory item attribute.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- 
nameName of the inventory item attribute. - Parameters:
- name- Name of the inventory item attribute.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataTypeThe data type of the inventory item attribute. - Parameters:
- dataType- The data type of the inventory item attribute.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
dataTypeThe data type of the inventory item attribute. - Parameters:
- dataType- The data type of the inventory item attribute.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-