Interface Dimension.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Dimension.Builder,,- Dimension> - SdkBuilder<Dimension.Builder,,- Dimension> - SdkPojo
- Enclosing class:
- Dimension
@Mutable
@NotThreadSafe
public static interface Dimension.Builder
extends SdkPojo, CopyableBuilder<Dimension.Builder,Dimension> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the dimensionThe value of the dimension.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe name of the dimension - Parameters:
- name- The name of the dimension
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe value of the dimension. - Parameters:
- value- The value of the dimension.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-