Interface SummaryDimension.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SummaryDimension.Builder,,SummaryDimension> SdkBuilder<SummaryDimension.Builder,,SummaryDimension> SdkPojo
- Enclosing class:
SummaryDimension
@Mutable
@NotThreadSafe
public static interface SummaryDimension.Builder
extends SdkPojo, CopyableBuilder<SummaryDimension.Builder,SummaryDimension>
-
Method Summary
Modifier and TypeMethodDescriptionThe dimension key used for categorizing summary data.key(SummaryDimensionKey key) The dimension key used for categorizing summary data.The specific value for this dimension key used in the summary grouping.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 dimension key used for categorizing summary data.
- Parameters:
key- The dimension key used for categorizing summary data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
key
The dimension key used for categorizing summary data.
- Parameters:
key- The dimension key used for categorizing summary data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The specific value for this dimension key used in the summary grouping.
- Parameters:
value- The specific value for this dimension key used in the summary grouping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-