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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attribute.Builderkey(String key)The key in a key-value pair that describes the margin summary.Attribute.Buildervalue(String value)The value in a key-value pair that describes the margin summary.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
key
Attribute.Builder key(String key)
The key in a key-value pair that describes the margin summary.
- Parameters:
key- The key in a key-value pair that describes the margin summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Attribute.Builder value(String value)
The value in a key-value pair that describes the margin summary.
- Parameters:
value- The value in a key-value pair that describes the margin summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-