Interface ListStorageLensGroupsResponse.Builder

    • Method Detail

      • nextToken

        ListStorageLensGroupsResponse.Builder nextToken​(String nextToken)

        If NextToken is returned, there are more Storage Lens groups 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. Each pagination token expires after 24 hours.

        Parameters:
        nextToken - If NextToken is returned, there are more Storage Lens groups 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. Each pagination token expires after 24 hours.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageLensGroupList

        ListStorageLensGroupsResponse.Builder storageLensGroupList​(Collection<ListStorageLensGroupEntry> storageLensGroupList)

        The list of Storage Lens groups that exist in the specified home Region.

        Parameters:
        storageLensGroupList - The list of Storage Lens groups that exist in the specified home Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageLensGroupList

        ListStorageLensGroupsResponse.Builder storageLensGroupList​(ListStorageLensGroupEntry... storageLensGroupList)

        The list of Storage Lens groups that exist in the specified home Region.

        Parameters:
        storageLensGroupList - The list of Storage Lens groups that exist in the specified home Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.