Interface DimensionEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DimensionEntry.Builder,,DimensionEntry> SdkBuilder<DimensionEntry.Builder,,DimensionEntry> SdkPojo
- Enclosing class:
DimensionEntry
@Mutable
@NotThreadSafe
public static interface DimensionEntry.Builder
extends SdkPojo, CopyableBuilder<DimensionEntry.Builder,DimensionEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe dimension type that categorizes this entry.The dimension type that categorizes this entry.The value for the specified dimension.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
-
dimension
The dimension type that categorizes this entry.
- Parameters:
dimension- The dimension type that categorizes this entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dimension
The dimension type that categorizes this entry.
- Parameters:
dimension- The dimension type that categorizes this entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value for the specified dimension. Valid values vary based on the dimension type (e.g.,
us-east-1for theREGIONdimension,AmazonEC2for theSERVICEdimension).- Parameters:
value- The value for the specified dimension. Valid values vary based on the dimension type (e.g.,us-east-1for theREGIONdimension,AmazonEC2for theSERVICEdimension).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-