Interface PendingModifiedValues.Builder

    • Method Detail

      • dbInstanceClass

        PendingModifiedValues.Builder dbInstanceClass​(String dbInstanceClass)

        Contains the new DBInstanceClass for the DB instance that will be applied or is currently being applied.

        Parameters:
        dbInstanceClass - Contains the new DBInstanceClass for the DB instance that will be applied or is currently being applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allocatedStorage

        PendingModifiedValues.Builder allocatedStorage​(Integer allocatedStorage)

        Contains the new AllocatedStorage size for the DB instance that will be applied or is currently being applied.

        Parameters:
        allocatedStorage - Contains the new AllocatedStorage size for the DB instance that will be applied or is currently being applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • masterUserPassword

        PendingModifiedValues.Builder masterUserPassword​(String masterUserPassword)

        Not supported by Neptune.

        Parameters:
        masterUserPassword - Not supported by Neptune.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        PendingModifiedValues.Builder port​(Integer port)

        Specifies the pending port for the DB instance.

        Parameters:
        port - Specifies the pending port for the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • backupRetentionPeriod

        PendingModifiedValues.Builder backupRetentionPeriod​(Integer backupRetentionPeriod)

        Specifies the pending number of days for which automated backups are retained.

        Parameters:
        backupRetentionPeriod - Specifies the pending number of days for which automated backups are retained.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multiAZ

        PendingModifiedValues.Builder multiAZ​(Boolean multiAZ)

        Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.

        Parameters:
        multiAZ - Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineVersion

        PendingModifiedValues.Builder engineVersion​(String engineVersion)

        Indicates the database engine version.

        Parameters:
        engineVersion - Indicates the database engine version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • licenseModel

        PendingModifiedValues.Builder licenseModel​(String licenseModel)

        Not supported by Neptune.

        Parameters:
        licenseModel - Not supported by Neptune.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iops

        PendingModifiedValues.Builder iops​(Integer iops)

        Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.

        Parameters:
        iops - Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbInstanceIdentifier

        PendingModifiedValues.Builder dbInstanceIdentifier​(String dbInstanceIdentifier)

        Contains the new DBInstanceIdentifier for the DB instance that will be applied or is currently being applied.

        Parameters:
        dbInstanceIdentifier - Contains the new DBInstanceIdentifier for the DB instance that will be applied or is currently being applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageType

        PendingModifiedValues.Builder storageType​(String storageType)

        Specifies the storage type to be associated with the DB instance.

        Parameters:
        storageType - Specifies the storage type to be associated with the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • caCertificateIdentifier

        PendingModifiedValues.Builder caCertificateIdentifier​(String caCertificateIdentifier)

        Specifies the identifier of the CA certificate for the DB instance.

        Parameters:
        caCertificateIdentifier - Specifies the identifier of the CA certificate for the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbSubnetGroupName

        PendingModifiedValues.Builder dbSubnetGroupName​(String dbSubnetGroupName)

        The new DB subnet group for the DB instance.

        Parameters:
        dbSubnetGroupName - The new DB subnet group for the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pendingCloudwatchLogsExports

        PendingModifiedValues.Builder pendingCloudwatchLogsExports​(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)

        This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.

        Parameters:
        pendingCloudwatchLogsExports - This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.