Interface ModifyCacheParameterGroupRequest.Builder

    • Method Detail

      • cacheParameterGroupName

        ModifyCacheParameterGroupRequest.Builder cacheParameterGroupName​(String cacheParameterGroupName)

        The name of the cache parameter group to modify.

        Parameters:
        cacheParameterGroupName - The name of the cache parameter group to modify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterNameValues

        ModifyCacheParameterGroupRequest.Builder parameterNameValues​(Collection<ParameterNameValue> parameterNameValues)

        An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

        Parameters:
        parameterNameValues - An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterNameValues

        ModifyCacheParameterGroupRequest.Builder parameterNameValues​(ParameterNameValue... parameterNameValues)

        An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

        Parameters:
        parameterNameValues - An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.