Interface DescribeCacheSubnetGroupsResponse.Builder

    • Method Detail

      • marker

        DescribeCacheSubnetGroupsResponse.Builder marker​(String marker)

        Provides an identifier to allow retrieval of paginated results.

        Parameters:
        marker - Provides an identifier to allow retrieval of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheSubnetGroups

        DescribeCacheSubnetGroupsResponse.Builder cacheSubnetGroups​(Collection<CacheSubnetGroup> cacheSubnetGroups)

        A list of cache subnet groups. Each element in the list contains detailed information about one group.

        Parameters:
        cacheSubnetGroups - A list of cache subnet groups. Each element in the list contains detailed information about one group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheSubnetGroups

        DescribeCacheSubnetGroupsResponse.Builder cacheSubnetGroups​(CacheSubnetGroup... cacheSubnetGroups)

        A list of cache subnet groups. Each element in the list contains detailed information about one group.

        Parameters:
        cacheSubnetGroups - A list of cache subnet groups. Each element in the list contains detailed information about one group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.