JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.rds.model

Class ModifyDBParameterGroupRequest

    • Constructor Detail

      • ModifyDBParameterGroupRequest

        public ModifyDBParameterGroupRequest()
        Default constructor for ModifyDBParameterGroupRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
      • ModifyDBParameterGroupRequest

        public ModifyDBParameterGroupRequest(String dBParameterGroupName,
         List<Parameter> parameters)
        Constructs a new ModifyDBParameterGroupRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        Parameters:
        dBParameterGroupName - The name of the DB parameter group.

        Constraints:

        • If supplied, must match the name of an existing DBParameterGroup.

        parameters - An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.

        Valid Values (for the application method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters.

        When the application method is immediate, changes to dynamic parameters are applied immediately to the DB instances associated with the parameter group.

        When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB instances associated with the parameter group.

        You can't use pending-reboot with dynamic parameters on RDS for SQL Server DB instances. Use immediate.

        For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.

    • Method Detail

      • setDBParameterGroupName

        public void setDBParameterGroupName(String dBParameterGroupName)

        The name of the DB parameter group.

        Constraints:

        • If supplied, must match the name of an existing DBParameterGroup.

        Parameters:
        dBParameterGroupName - The name of the DB parameter group.

        Constraints:

        • If supplied, must match the name of an existing DBParameterGroup.

      • getDBParameterGroupName

        public String getDBParameterGroupName()

        The name of the DB parameter group.

        Constraints:

        • If supplied, must match the name of an existing DBParameterGroup.

        Returns:
        The name of the DB parameter group.

        Constraints:

        • If supplied, must match the name of an existing DBParameterGroup.

      • withDBParameterGroupName

        public ModifyDBParameterGroupRequest withDBParameterGroupName(String dBParameterGroupName)

        The name of the DB parameter group.

        Constraints:

        • If supplied, must match the name of an existing DBParameterGroup.

        Parameters:
        dBParameterGroupName - The name of the DB parameter group.

        Constraints:

        • If supplied, must match the name of an existing DBParameterGroup.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getParameters

        public List<Parameter> getParameters()

        An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.

        Valid Values (for the application method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters.

        When the application method is immediate, changes to dynamic parameters are applied immediately to the DB instances associated with the parameter group.

        When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB instances associated with the parameter group.

        You can't use pending-reboot with dynamic parameters on RDS for SQL Server DB instances. Use immediate.

        For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.

        Returns:
        An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.

        Valid Values (for the application method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters.

        When the application method is immediate, changes to dynamic parameters are applied immediately to the DB instances associated with the parameter group.

        When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB instances associated with the parameter group.

        You can't use pending-reboot with dynamic parameters on RDS for SQL Server DB instances. Use immediate.

        For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.

      • setParameters

        public void setParameters(Collection<Parameter> parameters)

        An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.

        Valid Values (for the application method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters.

        When the application method is immediate, changes to dynamic parameters are applied immediately to the DB instances associated with the parameter group.

        When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB instances associated with the parameter group.

        You can't use pending-reboot with dynamic parameters on RDS for SQL Server DB instances. Use immediate.

        For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.

        Parameters:
        parameters - An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.

        Valid Values (for the application method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters.

        When the application method is immediate, changes to dynamic parameters are applied immediately to the DB instances associated with the parameter group.

        When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB instances associated with the parameter group.

        You can't use pending-reboot with dynamic parameters on RDS for SQL Server DB instances. Use immediate.

        For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.

      • withParameters

        public ModifyDBParameterGroupRequest withParameters(Parameter... parameters)

        An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.

        Valid Values (for the application method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters.

        When the application method is immediate, changes to dynamic parameters are applied immediately to the DB instances associated with the parameter group.

        When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB instances associated with the parameter group.

        You can't use pending-reboot with dynamic parameters on RDS for SQL Server DB instances. Use immediate.

        For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.

        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 - An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.

        Valid Values (for the application method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters.

        When the application method is immediate, changes to dynamic parameters are applied immediately to the DB instances associated with the parameter group.

        When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB instances associated with the parameter group.

        You can't use pending-reboot with dynamic parameters on RDS for SQL Server DB instances. Use immediate.

        For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withParameters

        public ModifyDBParameterGroupRequest withParameters(Collection<Parameter> parameters)

        An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.

        Valid Values (for the application method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters.

        When the application method is immediate, changes to dynamic parameters are applied immediately to the DB instances associated with the parameter group.

        When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB instances associated with the parameter group.

        You can't use pending-reboot with dynamic parameters on RDS for SQL Server DB instances. Use immediate.

        For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.

        Parameters:
        parameters - An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.

        Valid Values (for the application method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters.

        When the application method is immediate, changes to dynamic parameters are applied immediately to the DB instances associated with the parameter group.

        When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB instances associated with the parameter group.

        You can't use pending-reboot with dynamic parameters on RDS for SQL Server DB instances. Use immediate.

        For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.

        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. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /