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
Modifier and TypeMethodDescriptionThe key of the metadata entry.The value of the metadata entry.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-