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 Summary
Modifier and TypeMethodDescriptionThe name of the dimension.name
(DimensionName name) The name of the dimension.The dimension's value.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 Details
-
name
The 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.
- See Also:
-
name
The 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.
- See Also:
-
value
The dimension's value.
- Parameters:
value
- The dimension's value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-