Interface AttributeDefinition.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AttributeDefinition.Builder,,AttributeDefinition> SdkBuilder<AttributeDefinition.Builder,,AttributeDefinition> SdkPojo
- Enclosing class:
 AttributeDefinition
public static interface AttributeDefinition.Builder
extends SdkPojo, CopyableBuilder<AttributeDefinition.Builder,AttributeDefinition> 
- 
Method Summary
Modifier 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.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
- 
attributeName
A 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.
 
 - 
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 
- 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:
 
 - 
 
 - 
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 
- 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:
 
 - 
 
 
 -