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 Details

    • periodValue

      QuotaPeriod.Builder periodValue(Integer periodValue)

      The value associated with the reported PeriodUnit.

      Parameters:
      periodValue - The value associated with the reported PeriodUnit.
      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

      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: