Interface PrimaryAttributeValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PrimaryAttributeValue.Builder,,PrimaryAttributeValue> SdkBuilder<PrimaryAttributeValue.Builder,,PrimaryAttributeValue> SdkPojo
- Enclosing class:
PrimaryAttributeValue
@Mutable
@NotThreadSafe
public static interface PrimaryAttributeValue.Builder
extends SdkPojo, CopyableBuilder<PrimaryAttributeValue.Builder,PrimaryAttributeValue>
-
Method Summary
Modifier and TypeMethodDescriptionaccessType(String accessType) The value's access type.accessType(AccessType accessType) The value's access type.attributeName(String attributeName) The value's attribute name.The value's values.values(Collection<String> values) The value's values.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, sdkFieldNameToField, sdkFields
-
Method Details
-
accessType
The value's access type.
- Parameters:
accessType- The value's access type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessType
The value's access type.
- Parameters:
accessType- The value's access type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attributeName
The value's attribute name.
- Parameters:
attributeName- The value's attribute name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The value's values.
- Parameters:
values- The value's values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The value's values.
- Parameters:
values- The value's values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-