Interface ListPoliciesResponse.Builder

    • Method Detail

      • policies

        ListPoliciesResponse.Builder policies​(Collection<Policy> policies)

        The descriptions of the policies.

        Parameters:
        policies - The descriptions of the policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policies

        ListPoliciesResponse.Builder policies​(Policy... policies)

        The descriptions of the policies.

        Parameters:
        policies - The descriptions of the policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        ListPoliciesResponse.Builder nextMarker​(String nextMarker)

        The marker for the next set of results, or null if there are no additional results.

        Parameters:
        nextMarker - The marker for the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.