Interface Limit.Builder

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

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

    • name

      Limit.Builder name(String name)

      The name of the limit. The possible values are:

      • classic-listeners

      • classic-load-balancers

      • classic-registered-instances

      Parameters:
      name - The name of the limit. The possible values are:

      • classic-listeners

      • classic-load-balancers

      • classic-registered-instances

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • max

      The maximum value of the limit.

      Parameters:
      max - The maximum value of the limit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.