Interface CacheNodeTypeSpecificParameter.Builder

    • Method Detail

      • parameterName

        CacheNodeTypeSpecificParameter.Builder parameterName​(String parameterName)

        The name of the parameter.

        Parameters:
        parameterName - The name of the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CacheNodeTypeSpecificParameter.Builder description​(String description)

        A description of the parameter.

        Parameters:
        description - A description of the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • source

        CacheNodeTypeSpecificParameter.Builder source​(String source)

        The source of the parameter value.

        Parameters:
        source - The source of the parameter value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataType

        CacheNodeTypeSpecificParameter.Builder dataType​(String dataType)

        The valid data type for the parameter.

        Parameters:
        dataType - The valid data type for the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedValues

        CacheNodeTypeSpecificParameter.Builder allowedValues​(String allowedValues)

        The valid range of values for the parameter.

        Parameters:
        allowedValues - The valid range of values for the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isModifiable

        CacheNodeTypeSpecificParameter.Builder isModifiable​(Boolean isModifiable)

        Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

        Parameters:
        isModifiable - Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minimumEngineVersion

        CacheNodeTypeSpecificParameter.Builder minimumEngineVersion​(String minimumEngineVersion)

        The earliest cache engine version to which the parameter can apply.

        Parameters:
        minimumEngineVersion - The earliest cache engine version to which the parameter can apply.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheNodeTypeSpecificValues

        CacheNodeTypeSpecificParameter.Builder cacheNodeTypeSpecificValues​(Collection<CacheNodeTypeSpecificValue> cacheNodeTypeSpecificValues)

        A list of cache node types and their corresponding values for this parameter.

        Parameters:
        cacheNodeTypeSpecificValues - A list of cache node types and their corresponding values for this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheNodeTypeSpecificValues

        CacheNodeTypeSpecificParameter.Builder cacheNodeTypeSpecificValues​(CacheNodeTypeSpecificValue... cacheNodeTypeSpecificValues)

        A list of cache node types and their corresponding values for this parameter.

        Parameters:
        cacheNodeTypeSpecificValues - A list of cache node types and their corresponding values for this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeType

        CacheNodeTypeSpecificParameter.Builder changeType​(String changeType)

        Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

        Parameters:
        changeType - Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeType, ChangeType
      • changeType

        CacheNodeTypeSpecificParameter.Builder changeType​(ChangeType changeType)

        Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

        Parameters:
        changeType - Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeType, ChangeType