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 TypeMethodDescriptionSets the value of the Name property for this object.Sets the value of the Value property for this object.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
-
name
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Sets the value of the Value property for this object.- Parameters:
value- The new value for the Value property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-