Interface QuotaPeriod.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QuotaPeriod.Builder,QuotaPeriod>,SdkBuilder<QuotaPeriod.Builder,QuotaPeriod>,SdkPojo
- Enclosing class:
- QuotaPeriod
public static interface QuotaPeriod.Builder extends SdkPojo, CopyableBuilder<QuotaPeriod.Builder,QuotaPeriod>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuotaPeriod.BuilderperiodUnit(String periodUnit)The time unit.QuotaPeriod.BuilderperiodUnit(PeriodUnit periodUnit)The time unit.QuotaPeriod.BuilderperiodValue(Integer periodValue)The value associated with the reportedPeriodUnit.-
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 Detail
-
periodValue
QuotaPeriod.Builder periodValue(Integer periodValue)
The value associated with the reported
PeriodUnit.- Parameters:
periodValue- The value associated with the reportedPeriodUnit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
periodUnit
QuotaPeriod.Builder periodUnit(String periodUnit)
The time unit.
- Parameters:
periodUnit- The time unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PeriodUnit,PeriodUnit
-
periodUnit
QuotaPeriod.Builder periodUnit(PeriodUnit periodUnit)
The time unit.
- Parameters:
periodUnit- The time unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PeriodUnit,PeriodUnit
-
-