Interface GetUsagePlanKeysResponse.Builder

    • Method Detail

      • position

        GetUsagePlanKeysResponse.Builder position​(String position)
        Sets the value of the Position property for this object.
        Parameters:
        position - The new value for the Position property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        GetUsagePlanKeysResponse.Builder items​(Collection<UsagePlanKey> items)

        The current page of elements from this collection.

        Parameters:
        items - The current page of elements from this collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        GetUsagePlanKeysResponse.Builder items​(UsagePlanKey... items)

        The current page of elements from this collection.

        Parameters:
        items - The current page of elements from this collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.