Interface CapacityAllocationMetadataEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CapacityAllocationMetadataEntry.Builder,CapacityAllocationMetadataEntry>,SdkBuilder<CapacityAllocationMetadataEntry.Builder,CapacityAllocationMetadataEntry>,SdkPojo
- Enclosing class:
- CapacityAllocationMetadataEntry
@Mutable @NotThreadSafe public static interface CapacityAllocationMetadataEntry.Builder extends SdkPojo, CopyableBuilder<CapacityAllocationMetadataEntry.Builder,CapacityAllocationMetadataEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapacityAllocationMetadataEntry.Builderkey(String key)The key of the metadata entry.CapacityAllocationMetadataEntry.Buildervalue(String value)The value of the metadata entry.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
key
CapacityAllocationMetadataEntry.Builder key(String key)
The key of the metadata entry.
- Parameters:
key- The key of the metadata entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
CapacityAllocationMetadataEntry.Builder value(String value)
The value of the metadata entry.
- Parameters:
value- The value of the metadata entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-