Interface PendingModifiedValues.Builder

  • Method Details

    • 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

      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

      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

      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)

      Not applicable. In Neptune the storage type is managed at the DB Cluster level.

      Parameters:
      storageType - Not applicable. In Neptune the storage type is managed at the DB Cluster level.
      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.
    • pendingCloudwatchLogsExports

      default PendingModifiedValues.Builder pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)

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

      This is a convenience method that creates an instance of the PendingCloudwatchLogsExports.Builder avoiding the need to create one manually via PendingCloudwatchLogsExports.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to pendingCloudwatchLogsExports(PendingCloudwatchLogsExports).

      Parameters:
      pendingCloudwatchLogsExports - a consumer that will call methods on PendingCloudwatchLogsExports.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: