Interface PrimaryValueResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PrimaryValueResponse.Builder,,PrimaryValueResponse> SdkBuilder<PrimaryValueResponse.Builder,,PrimaryValueResponse> SdkPojo
- Enclosing class:
PrimaryValueResponse
@Mutable
@NotThreadSafe
public static interface PrimaryValueResponse.Builder
extends SdkPojo, CopyableBuilder<PrimaryValueResponse.Builder,PrimaryValueResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattributeId(String attributeId) The value's attribute ID.attributeName(String attributeName) The value's attribute name.The value's value.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 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.
-
attributeId
The value's attribute ID.
- Parameters:
attributeId- The value's attribute ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value's value.
- Parameters:
value- The value's value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-