Interface ListResourceSetsResponse.Builder

    • Method Detail

      • nextToken

        ListResourceSetsResponse.Builder nextToken​(String nextToken)

        The token that identifies which batch of results you want to see.

        Parameters:
        nextToken - The token that identifies which batch of results you want to see.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceSets

        ListResourceSetsResponse.Builder resourceSets​(Collection<ResourceSetOutput> resourceSets)

        A list of resource sets associated with the account.

        Parameters:
        resourceSets - A list of resource sets associated with the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceSets

        ListResourceSetsResponse.Builder resourceSets​(ResourceSetOutput... resourceSets)

        A list of resource sets associated with the account.

        Parameters:
        resourceSets - A list of resource sets associated with the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.