Interface WaterAllocation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WaterAllocation.Builder,,WaterAllocation> SdkBuilder<WaterAllocation.Builder,,WaterAllocation> SdkPojo
- Enclosing class:
WaterAllocation
@Mutable
@NotThreadSafe
public static interface WaterAllocation.Builder
extends SdkPojo, CopyableBuilder<WaterAllocation.Builder,WaterAllocation>
-
Method Summary
Modifier and TypeMethodDescriptionThe unit of measurement for the allocation value.unit(WaterAllocationUnit unit) The unit of measurement for the allocation value.The numeric value of the allocation quantity.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
-
value
The numeric value of the allocation quantity.
- Parameters:
value- The numeric value of the allocation quantity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The unit of measurement for the allocation value.
- Parameters:
unit- The unit of measurement for the allocation value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The unit of measurement for the allocation value.
- Parameters:
unit- The unit of measurement for the allocation value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-