Interface DescribeResourcePoliciesResponse.Builder

    • Method Detail

      • resourcePolicies

        DescribeResourcePoliciesResponse.Builder resourcePolicies​(Collection<ResourcePolicy> resourcePolicies)

        The resource policies that exist in this account.

        Parameters:
        resourcePolicies - The resource policies that exist in this account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourcePolicies

        DescribeResourcePoliciesResponse.Builder resourcePolicies​(ResourcePolicy... resourcePolicies)

        The resource policies that exist in this account.

        Parameters:
        resourcePolicies - The resource policies that exist in this account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeResourcePoliciesResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.