Interface Attribute.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Attribute.Builder,,Attribute> SdkBuilder<Attribute.Builder,,Attribute> SdkPojo
- Enclosing class:
 Attribute
public static interface Attribute.Builder
extends SdkPojo, CopyableBuilder<Attribute.Builder,Attribute> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe attribute key.The value assigned to the attribute key.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, sdkFields 
- 
Method Details
- 
key
The attribute key.
- Parameters:
 key- The attribute key.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The value assigned to the attribute key.
- Parameters:
 value- The value assigned to the attribute key.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -