Interface Entitlement.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Entitlement.Builder,Entitlement>, SdkBuilder<Entitlement.Builder,Entitlement>, SdkPojo
Enclosing class:
Entitlement

public static interface Entitlement.Builder extends SdkPojo, CopyableBuilder<Entitlement.Builder,Entitlement>
  • Method Details

    • name

      Entitlement name.

      Parameters:
      name - Entitlement name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      Entitlement resource. Use only if the unit is None.

      Parameters:
      value - Entitlement resource. Use only if the unit is None.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxCount

      Entitlement.Builder maxCount(Long maxCount)

      Maximum entitlement count. Use if the unit is not None.

      Parameters:
      maxCount - Maximum entitlement count. Use if the unit is not None.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overage

      Entitlement.Builder overage(Boolean overage)

      Indicates whether overages are allowed.

      Parameters:
      overage - Indicates whether overages are allowed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unit

      Entitlement unit.

      Parameters:
      unit - Entitlement unit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • unit

      Entitlement unit.

      Parameters:
      unit - Entitlement unit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • allowCheckIn

      Entitlement.Builder allowCheckIn(Boolean allowCheckIn)

      Indicates whether check-ins are allowed.

      Parameters:
      allowCheckIn - Indicates whether check-ins are allowed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.