Interface PrimaryValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PrimaryValue.Builder,,PrimaryValue> SdkBuilder<PrimaryValue.Builder,,PrimaryValue> SdkPojo
- Enclosing class:
PrimaryValue
@Mutable
@NotThreadSafe
public static interface PrimaryValue.Builder
extends SdkPojo, CopyableBuilder<PrimaryValue.Builder,PrimaryValue>
-
Method Summary
Modifier and TypeMethodDescriptionattributeName(String attributeName) The name of the primary attribute that this value belongs to.The actual value for the primary attribute.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
-
attributeName
The name of the primary attribute that this value belongs to.
- Parameters:
attributeName- The name of the primary attribute that this value belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The actual value for the primary attribute. Must be provided as a string regardless of the attribute's value type. Primary values cannot be expressions and must be explicitly specified.
- Parameters:
value- The actual value for the primary attribute. Must be provided as a string regardless of the attribute's value type. Primary values cannot be expressions and must be explicitly specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-