CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.allocatedStorage(Integer allocatedStorage) |
The amount of storage in gibibytes (GiB) to allocate for the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) |
Specifies whether minor engine upgrades are applied automatically to the DB instance during the maintenance
window.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.availabilityZone(String availabilityZone) |
The Availability Zone (AZ) where the database will be created.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) |
The number of days for which automated backups are retained.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.backupTarget(String backupTarget) |
The location for storing automated backups and manual snapshots.
|
static CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.builder() |
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.caCertificateIdentifier(String caCertificateIdentifier) |
The CA certificate identifier to use for the DB instance's server certificate.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.characterSetName(String characterSetName) |
For supported engines, the character set (CharacterSet) to associate the DB instance with.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) |
Specifies whether to copy tags from the DB instance to snapshots of the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.customIamInstanceProfile(String customIamInstanceProfile) |
The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.databaseInsightsMode(String databaseInsightsMode) |
The mode of Database Insights to enable for the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.databaseInsightsMode(DatabaseInsightsMode databaseInsightsMode) |
The mode of Database Insights to enable for the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) |
The identifier of the DB cluster that this DB instance will belong to.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.dbInstanceClass(String dbInstanceClass) |
The compute and memory capacity of the DB instance, for example db.m5.large.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) |
The identifier for this DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.dbName(String dbName) |
The meaning of this parameter differs according to the database engine you use.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.dbParameterGroupName(String dbParameterGroupName) |
The name of the DB parameter group to associate with this DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.dbSecurityGroups(String... dbSecurityGroups) |
A list of DB security groups to associate with this DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.dbSecurityGroups(Collection<String> dbSecurityGroups) |
A list of DB security groups to associate with this DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.dbSubnetGroupName(String dbSubnetGroupName) |
A DB subnet group to associate with this DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.dbSystemId(String dbSystemId) |
The Oracle system identifier (SID), which is the name of the Oracle database instance that manages your
database files.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.dedicatedLogVolume(Boolean dedicatedLogVolume) |
Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.deletionProtection(Boolean deletionProtection) |
Specifies whether the DB instance has deletion protection enabled.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.domain(String domain) |
The Active Directory directory ID to create the DB instance in.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.domainAuthSecretArn(String domainAuthSecretArn) |
The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.domainDnsIps(String... domainDnsIps) |
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.domainDnsIps(Collection<String> domainDnsIps) |
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.domainFqdn(String domainFqdn) |
The fully qualified domain name (FQDN) of an Active Directory domain.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.domainIAMRoleName(String domainIAMRoleName) |
The name of the IAM role to use when making API calls to the Directory Service.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.domainOu(String domainOu) |
The Active Directory organizational unit for your DB instance to join.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports) |
The list of log types to enable for exporting to CloudWatch Logs.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports) |
The list of log types to enable for exporting to CloudWatch Logs.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.enableCustomerOwnedIp(Boolean enableCustomerOwnedIp) |
Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication) |
Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
database accounts.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights) |
Specifies whether to enable Performance Insights for the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.engine(String engine) |
The database engine to use for this DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.engineLifecycleSupport(String engineLifecycleSupport) |
The life cycle type for this DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.engineVersion(String engineVersion) |
The version number of the database engine to use.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.iops(Integer iops) |
The amount of Provisioned IOPS (input/output operations per second) to initially allocate for the DB
instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.kmsKeyId(String kmsKeyId) |
The Amazon Web Services KMS key identifier for an encrypted DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.licenseModel(String licenseModel) |
The license model information for this DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword) |
Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.masterUsername(String masterUsername) |
The name for the master user.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.masterUserPassword(String masterUserPassword) |
The password for the master user.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.masterUserSecretKmsKeyId(String masterUserSecretKmsKeyId) |
The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in
Amazon Web Services Secrets Manager.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.maxAllocatedStorage(Integer maxAllocatedStorage) |
The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB
instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.monitoringInterval(Integer monitoringInterval) |
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.monitoringRoleArn(String monitoringRoleArn) |
The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.multiAZ(Boolean multiAZ) |
Specifies whether the DB instance is a Multi-AZ deployment.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.multiTenant(Boolean multiTenant) |
Specifies whether to use the multi-tenant configuration or the single-tenant configuration (default).
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.ncharCharacterSetName(String ncharCharacterSetName) |
The name of the NCHAR character set for the Oracle DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.networkType(String networkType) |
The network type of the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.optionGroupName(String optionGroupName) |
The option group to associate the DB instance with.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId) |
The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod) |
The number of days to retain Performance Insights data.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.port(Integer port) |
The port number on which the database accepts connections.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.preferredBackupWindow(String preferredBackupWindow) |
The daily time range during which automated backups are created if automated backups are enabled, using the
BackupRetentionPeriod parameter.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) |
The time range each week during which system maintenance can occur.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures) |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.processorFeatures(Consumer<ProcessorFeature.Builder>... processorFeatures) |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.processorFeatures(ProcessorFeature... processorFeatures) |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.promotionTier(Integer promotionTier) |
The order of priority in which an Aurora Replica is promoted to the primary instance after a failure of the
existing primary instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.publiclyAccessible(Boolean publiclyAccessible) |
Specifies whether the DB instance is publicly accessible.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.storageEncrypted(Boolean storageEncrypted) |
Specifes whether the DB instance is encrypted.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.storageThroughput(Integer storageThroughput) |
The storage throughput value, in mebibyte per second (MiBps), for the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.storageType(String storageType) |
The storage type to associate with the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.tags(Collection<Tag> tags) |
Tags to assign to the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Tags to assign to the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.tags(Tag... tags) |
Tags to assign to the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.tdeCredentialArn(String tdeCredentialArn) |
The ARN from the key store with which to associate the instance for TDE encryption.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.tdeCredentialPassword(String tdeCredentialPassword) |
The password for the given ARN from the key store in order to access the device.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.timezone(String timezone) |
The time zone of the DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.toBuilder() |
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of Amazon EC2 VPC security groups to associate with this DB instance.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of Amazon EC2 VPC security groups to associate with this DB instance.
|