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

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

Introduction

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

The text is from its open source code.

Constructor

CreateDBInstanceRequest()
Default constructor for CreateDBInstanceRequest object.

Method

IntegergetAllocatedStorage()

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

BooleangetAutoMinorVersionUpgrade()

A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window.

StringgetAvailabilityZone()

The Availability Zone (AZ) where the database will be created.

IntegergetBackupRetentionPeriod()

The number of days for which automated backups are retained.

StringgetDBInstanceClass()

The compute and memory capacity of the DB instance, for example, db.m4.large.

StringgetDBInstanceIdentifier()

The DB instance identifier.

StringgetDBName()

The meaning of this parameter differs according to the database engine you use.

StringgetDBParameterGroupName()

The name of the DB parameter group to associate with this DB instance.

java.util.ListgetDBSecurityGroups()

A list of DB security groups to associate with this DB instance.

StringgetEngine()

The name of the database engine to be used for this instance.

StringgetEngineVersion()

The version number of the database engine to use.

StringgetLicenseModel()

License model information for this DB instance.

StringgetMasterUsername()

The name for the master user.

StringgetMasterUserPassword()

The password for the master user.

BooleangetMultiAZ()

A value that indicates whether the DB instance is a Multi-AZ deployment.

IntegergetPort()

The port number on which the database accepts connections.

StringgetPreferredBackupWindow()

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.

StringgetPreferredMaintenanceWindow()

The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC).

voidsetAllocatedStorage(Integer allocatedStorage)

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

voidsetAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)

A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window.

voidsetBackupRetentionPeriod(Integer backupRetentionPeriod)

The number of days for which automated backups are retained.

voidsetDBInstanceClass(String dBInstanceClass)

The compute and memory capacity of the DB instance, for example, db.m4.large.

voidsetDBInstanceIdentifier(String dBInstanceIdentifier)

The DB instance identifier.

voidsetDBName(String dBName)

The meaning of this parameter differs according to the database engine you use.

voidsetDBParameterGroupName(String dBParameterGroupName)

The name of the DB parameter group to associate with this DB instance.

voidsetDBSecurityGroups(java.util.Collection dBSecurityGroups)

A list of DB security groups to associate with this DB instance.

voidsetEngine(String engine)

The name of the database engine to be used for this instance.

voidsetEngineVersion(String engineVersion)

The version number of the database engine to use.

voidsetLicenseModel(String licenseModel)

License model information for this DB instance.

voidsetMasterUsername(String masterUsername)

The name for the master user.

voidsetMasterUserPassword(String masterUserPassword)

The password for the master user.

voidsetMultiAZ(Boolean multiAZ)

A value that indicates whether the DB instance is a Multi-AZ deployment.

voidsetPort(Integer port)

The port number on which the database accepts connections.

voidsetPubliclyAccessible(Boolean publiclyAccessible)

A value that indicates whether the DB instance is publicly accessible.

CreateDBInstanceRequestwithAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)

A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window.

CreateDBInstanceRequestwithAvailabilityZone(String availabilityZone)

The Availability Zone (AZ) where the database will be created.

CreateDBInstanceRequestwithBackupRetentionPeriod(Integer backupRetentionPeriod)

The number of days for which automated backups are retained.

CreateDBInstanceRequestwithDBName(String dBName)

The meaning of this parameter differs according to the database engine you use.

CreateDBInstanceRequestwithDBParameterGroupName(String dBParameterGroupName)

The name of the DB parameter group to associate with this DB instance.

CreateDBInstanceRequestwithEngineVersion(String engineVersion)

The version number of the database engine to use.

CreateDBInstanceRequestwithLicenseModel(String licenseModel)

License model information for this DB instance.

CreateDBInstanceRequestwithMultiAZ(Boolean multiAZ)

A value that indicates whether the DB instance is a Multi-AZ deployment.

CreateDBInstanceRequestwithOptionGroupName(String optionGroupName)

Indicates that the DB instance should be associated with the specified option group.

CreateDBInstanceRequestwithPort(Integer port)

The port number on which the database accepts connections.

CreateDBInstanceRequestwithPreferredBackupWindow(String preferredBackupWindow)

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.

CreateDBInstanceRequestwithPreferredMaintenanceWindow(String preferredMaintenanceWindow)

The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC).

CreateDBInstanceRequestwithPubliclyAccessible(Boolean publiclyAccessible)

A value that indicates whether the DB instance is publicly accessible.

CreateDBInstanceRequestwithStorageEncrypted(Boolean storageEncrypted)

A value that indicates whether the DB instance is encrypted.