Interface AttributeNameAndValue.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AttributeNameAndValue.Builder,,- AttributeNameAndValue> - SdkBuilder<AttributeNameAndValue.Builder,,- AttributeNameAndValue> - SdkPojo
- Enclosing class:
- AttributeNameAndValue
@Mutable
@NotThreadSafe
public static interface AttributeNameAndValue.Builder
extends SdkPojo, CopyableBuilder<AttributeNameAndValue.Builder,AttributeNameAndValue> 
- 
Method SummaryModifier and TypeMethodDescriptionattributeName(String attributeName) The attribute name of the typed link.default AttributeNameAndValue.Buildervalue(Consumer<TypedAttributeValue.Builder> value) The value for the typed link.value(TypedAttributeValue value) The value for the typed link.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- 
attributeNameThe attribute name of the typed link. - Parameters:
- attributeName- The attribute name of the typed link.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe value for the typed link. - Parameters:
- value- The value for the typed link.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe value for the typed link. This is a convenience method that creates an instance of theTypedAttributeValue.Builderavoiding the need to create one manually viaTypedAttributeValue.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalue(TypedAttributeValue).- Parameters:
- value- a consumer that will call methods on- TypedAttributeValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-