Interface ListAttachedPoliciesResponse.Builder

    • Method Detail

      • policies

        ListAttachedPoliciesResponse.Builder policies​(Policy... policies)

        The policies.

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

        ListAttachedPoliciesResponse.Builder nextMarker​(String nextMarker)

        The token to retrieve the next set of results, or ``null`` if there are no more results.

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