Interface DescribeCacheParametersResponse.Builder

    • Method Detail

      • marker

        DescribeCacheParametersResponse.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.
      • cacheNodeTypeSpecificParameters

        DescribeCacheParametersResponse.Builder cacheNodeTypeSpecificParameters​(Collection<CacheNodeTypeSpecificParameter> cacheNodeTypeSpecificParameters)

        A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

        Parameters:
        cacheNodeTypeSpecificParameters - A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheNodeTypeSpecificParameters

        DescribeCacheParametersResponse.Builder cacheNodeTypeSpecificParameters​(CacheNodeTypeSpecificParameter... cacheNodeTypeSpecificParameters)

        A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

        Parameters:
        cacheNodeTypeSpecificParameters - A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.