Interface AttributeDefinition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AttributeDefinition.Builder,,- AttributeDefinition> - SdkBuilder<AttributeDefinition.Builder,,- AttributeDefinition> - SdkPojo
- Enclosing class:
- AttributeDefinition
@Mutable
@NotThreadSafe
public static interface AttributeDefinition.Builder
extends SdkPojo, CopyableBuilder<AttributeDefinition.Builder,AttributeDefinition> 
- 
Method SummaryModifier and TypeMethodDescriptionattributeName(String attributeName) A name for the attribute.attributeType(String attributeType) The data type for the attribute, where:attributeType(ScalarAttributeType attributeType) The data type for the attribute, where: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- 
attributeNameA name for the attribute. - Parameters:
- attributeName- A name for the attribute.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributeTypeThe data type for the attribute, where: - 
 S- the attribute is of type String
- 
 N- the attribute is of type Number
- 
 B- the attribute is of type Binary
 - Parameters:
- attributeType- The data type for the attribute, where:- 
        S- the attribute is of type String
- 
        N- the attribute is of type Number
- 
        B- the attribute is of type Binary
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
attributeTypeThe data type for the attribute, where: - 
 S- the attribute is of type String
- 
 N- the attribute is of type Number
- 
 B- the attribute is of type Binary
 - Parameters:
- attributeType- The data type for the attribute, where:- 
        S- the attribute is of type String
- 
        N- the attribute is of type Number
- 
        B- the attribute is of type Binary
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
 
-