Class EngineDefaults

    • Constructor Detail

      • EngineDefaults

        public EngineDefaults()
    • Method Detail

      • setCacheParameterGroupFamily

        public void setCacheParameterGroupFamily​(String cacheParameterGroupFamily)

        Specifies the name of the cache parameter group family to which the engine default parameters apply.

        Parameters:
        cacheParameterGroupFamily - Specifies the name of the cache parameter group family to which the engine default parameters apply.
      • getCacheParameterGroupFamily

        public String getCacheParameterGroupFamily()

        Specifies the name of the cache parameter group family to which the engine default parameters apply.

        Returns:
        Specifies the name of the cache parameter group family to which the engine default parameters apply.
      • withCacheParameterGroupFamily

        public EngineDefaults withCacheParameterGroupFamily​(String cacheParameterGroupFamily)

        Specifies the name of the cache parameter group family to which the engine default parameters apply.

        Parameters:
        cacheParameterGroupFamily - Specifies the name of the cache parameter group family to which the engine default parameters apply.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMarker

        public void setMarker​(String marker)

        Provides an identifier to allow retrieval of paginated results.

        Parameters:
        marker - Provides an identifier to allow retrieval of paginated results.
      • getMarker

        public String getMarker()

        Provides an identifier to allow retrieval of paginated results.

        Returns:
        Provides an identifier to allow retrieval of paginated results.
      • withMarker

        public EngineDefaults withMarker​(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.
      • getParameters

        public List<Parameter> getParameters()

        Contains a list of engine default parameters.

        Returns:
        Contains a list of engine default parameters.
      • setParameters

        public void setParameters​(Collection<Parameter> parameters)

        Contains a list of engine default parameters.

        Parameters:
        parameters - Contains a list of engine default parameters.
      • withParameters

        public EngineDefaults withParameters​(Parameter... parameters)

        Contains a list of engine default parameters.

        NOTE: This method appends the values to the existing list (if any). Use setParameters(java.util.Collection) or withParameters(java.util.Collection) if you want to override the existing values.

        Parameters:
        parameters - Contains a list of engine default parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withParameters

        public EngineDefaults withParameters​(Collection<Parameter> parameters)

        Contains a list of engine default parameters.

        Parameters:
        parameters - Contains a list of engine default parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getCacheNodeTypeSpecificParameters

        public List<CacheNodeTypeSpecificParameter> getCacheNodeTypeSpecificParameters()

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

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

        public void setCacheNodeTypeSpecificParameters​(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.
      • withCacheNodeTypeSpecificParameters

        public EngineDefaults withCacheNodeTypeSpecificParameters​(CacheNodeTypeSpecificParameter... cacheNodeTypeSpecificParameters)

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

        NOTE: This method appends the values to the existing list (if any). Use setCacheNodeTypeSpecificParameters(java.util.Collection) or withCacheNodeTypeSpecificParameters(java.util.Collection) if you want to override the existing values.

        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.
      • withCacheNodeTypeSpecificParameters

        public EngineDefaults withCacheNodeTypeSpecificParameters​(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.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object