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
Modifier and TypeMethodDescriptionperiodUnit(String periodUnit) The time unit.periodUnit(PeriodUnit periodUnit) The time unit.periodValue(Integer periodValue) The value associated with the reportedPeriodUnit.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, sdkFields 
- 
Method Details
- 
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
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
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:
 
 
 -