Interface MonthlyTransfer.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MonthlyTransfer.Builder,MonthlyTransfer>,SdkBuilder<MonthlyTransfer.Builder,MonthlyTransfer>,SdkPojo
- Enclosing class:
- MonthlyTransfer
public static interface MonthlyTransfer.Builder extends SdkPojo, CopyableBuilder<MonthlyTransfer.Builder,MonthlyTransfer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MonthlyTransfer.BuildergbPerMonthAllocated(Integer gbPerMonthAllocated)The amount allocated per month (in GB).-
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, sdkFields
-
-
-
-
Method Detail
-
gbPerMonthAllocated
MonthlyTransfer.Builder gbPerMonthAllocated(Integer gbPerMonthAllocated)
The amount allocated per month (in GB).
- Parameters:
gbPerMonthAllocated- The amount allocated per month (in GB).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-