Java com.amazonaws.services.rds.model ModifyDBInstanceRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.rds.model ModifyDBInstanceRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.rds.model ModifyDBInstanceRequest.

The text is from its open source code.

Constructor

ModifyDBInstanceRequest(String dBInstanceIdentifier)
Constructs a new ModifyDBInstanceRequest object.
ModifyDBInstanceRequest()
Default constructor for ModifyDBInstanceRequest object.

Method

voidsetAllocatedStorage(Integer allocatedStorage)

The new amount of storage (in gibibytes) to allocate for the DB instance.

voidsetApplyImmediately(Boolean applyImmediately)

A value that indicates whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

voidsetDBInstanceIdentifier(String dBInstanceIdentifier)

The DB instance identifier.

voidsetDBSecurityGroups(java.util.Collection dBSecurityGroups)

A list of DB security groups to authorize on this DB instance.

ModifyDBInstanceRequestwithApplyImmediately(Boolean applyImmediately)

A value that indicates whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

ModifyDBInstanceRequestwithBackupRetentionPeriod(Integer backupRetentionPeriod)

The number of days to retain automated backups.

ModifyDBInstanceRequestwithDBInstanceIdentifier(String dBInstanceIdentifier)

The DB instance identifier.

ModifyDBInstanceRequestwithDBParameterGroupName(String dBParameterGroupName)

The name of the DB parameter group to apply to the DB instance.

ModifyDBInstanceRequestwithDBSecurityGroups(String... dBSecurityGroups)

A list of DB security groups to authorize on this DB instance.

ModifyDBInstanceRequestwithDBSecurityGroups(java.util.Collection dBSecurityGroups)

A list of DB security groups to authorize on this DB instance.