Interface DescribeCacheParameterGroupsResponse.Builder

    • Method Detail

      • marker

        DescribeCacheParameterGroupsResponse.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.
      • cacheParameterGroups

        DescribeCacheParameterGroupsResponse.Builder cacheParameterGroups​(Collection<CacheParameterGroup> cacheParameterGroups)

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

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

        DescribeCacheParameterGroupsResponse.Builder cacheParameterGroups​(CacheParameterGroup... cacheParameterGroups)

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

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