Interface UsagePlanKey.Builder

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

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

    • id

      The Id of a usage plan key.

      Parameters:
      id - The Id of a usage plan key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of a usage plan key. Currently, the valid key type is API_KEY.

      Parameters:
      type - The type of a usage plan key. Currently, the valid key type is API_KEY.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of a usage plan key.

      Parameters:
      value - The value of a usage plan key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of a usage plan key.

      Parameters:
      name - The name of a usage plan key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.