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 TypeMethodDescriptionInternal only.Internal only.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
Internal only. The name of the dimension.
- Parameters:
name
- Internal only. The name of the dimension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Internal only. The value of the dimension.
- Parameters:
value
- Internal only. The value of the dimension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-