Interface AccountAttribute.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AccountAttribute.Builder,,- AccountAttribute> - SdkBuilder<AccountAttribute.Builder,,- AccountAttribute> - SdkPojo
- Enclosing class:
- AccountAttribute
@Mutable
@NotThreadSafe
public static interface AccountAttribute.Builder
extends SdkPojo, CopyableBuilder<AccountAttribute.Builder,AccountAttribute> 
- 
Method SummaryModifier and TypeMethodDescriptionattributeName(String attributeName) The name of the attribute.attributeValues(Collection<AttributeValueTarget> attributeValues) A list of attribute values.attributeValues(Consumer<AttributeValueTarget.Builder>... attributeValues) A list of attribute values.attributeValues(AttributeValueTarget... attributeValues) A list of attribute values.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 name of the attribute. - Parameters:
- attributeName- The name of the attribute.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributeValuesA list of attribute values. - Parameters:
- attributeValues- A list of attribute values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributeValuesA list of attribute values. - Parameters:
- attributeValues- A list of attribute values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributeValuesA list of attribute values. This is a convenience method that creates an instance of theAttributeValueTarget.Builderavoiding the need to create one manually viaAttributeValueTarget.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributeValues(List<AttributeValueTarget>).- Parameters:
- attributeValues- a consumer that will call methods on- AttributeValueTarget.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-