Interface GetAuthorizersResponse.Builder

    • Method Detail

      • position

        GetAuthorizersResponse.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

        GetAuthorizersResponse.Builder items​(Collection<Authorizer> 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

        GetAuthorizersResponse.Builder items​(Authorizer... 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.