Interface DescribeAcLsResponse.Builder

    • Method Detail

      • acLs

        DescribeAcLsResponse.Builder acLs​(Collection<ACL> acLs)

        The list of ACLs.

        Parameters:
        acLs - The list of ACLs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • acLs

        DescribeAcLsResponse.Builder acLs​(ACL... acLs)

        The list of ACLs.

        Parameters:
        acLs - The list of ACLs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAcLsResponse.Builder nextToken​(String nextToken)

        If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

        Parameters:
        nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.