Interface CreateDbInstanceRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateDbInstanceRequest.Builder,,- CreateDbInstanceRequest> - NeptuneRequest.Builder,- SdkBuilder<CreateDbInstanceRequest.Builder,,- CreateDbInstanceRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateDbInstanceRequest
- 
Method SummaryModifier and TypeMethodDescriptionallocatedStorage(Integer allocatedStorage) Not supported by Neptune.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Indicates that minor engine upgrades are applied automatically to the DB instance during the maintenance window.availabilityZone(String availabilityZone) The EC2 Availability Zone that the DB instance is created inbackupRetentionPeriod(Integer backupRetentionPeriod) The number of days for which automated backups are retained.characterSetName(String characterSetName) (Not supported by Neptune)copyTagsToSnapshot(Boolean copyTagsToSnapshot) True to copy all tags from the DB instance to snapshots of the DB instance, and otherwise false.dbClusterIdentifier(String dbClusterIdentifier) The identifier of the DB cluster that the instance will belong to.dbInstanceClass(String dbInstanceClass) The compute and memory capacity of the DB instance, for example,db.m4.large.dbInstanceIdentifier(String dbInstanceIdentifier) The DB instance identifier.Not supported.dbParameterGroupName(String dbParameterGroupName) The name of the DB parameter group to associate with this DB instance.dbSecurityGroups(String... dbSecurityGroups) A list of DB security groups to associate with this DB instance.dbSecurityGroups(Collection<String> dbSecurityGroups) A list of DB security groups to associate with this DB instance.dbSubnetGroupName(String dbSubnetGroupName) A DB subnet group to associate with this DB instance.deletionProtection(Boolean deletionProtection) A value that indicates whether the DB instance has deletion protection enabled.Specify the Active Directory Domain to create the instance in.domainIAMRoleName(String domainIAMRoleName) Specify the name of the IAM role to be used when making API calls to the Directory Service.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports) The list of log types that need to be enabled for exporting to CloudWatch Logs.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports) The list of log types that need to be enabled for exporting to CloudWatch Logs.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication) Not supported by Neptune (ignored).enablePerformanceInsights(Boolean enablePerformanceInsights) (Not supported by Neptune)The name of the database engine to be used for this instance.engineVersion(String engineVersion) The version number of the database engine to use.The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.The Amazon KMS key identifier for an encrypted DB instance.licenseModel(String licenseModel) License model information for this DB instance.masterUsername(String masterUsername) Not supported by Neptune.masterUserPassword(String masterUserPassword) Not supported by Neptune.monitoringInterval(Integer monitoringInterval) The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.monitoringRoleArn(String monitoringRoleArn) The ARN for the IAM role that permits Neptune to send enhanced monitoring metrics to Amazon CloudWatch Logs.Specifies if the DB instance is a Multi-AZ deployment.optionGroupName(String optionGroupName) (Not supported by Neptune)overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId) (Not supported by Neptune)The port number on which the database accepts connections.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created.preferredMaintenanceWindow(String preferredMaintenanceWindow) The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC).promotionTier(Integer promotionTier) A value that specifies the order in which an Read Replica is promoted to the primary instance after a failure of the existing primary instance.publiclyAccessible(Boolean publiclyAccessible) Indicates whether the DB instance is publicly accessible.storageEncrypted(Boolean storageEncrypted) Specifies whether the DB instance is encrypted.storageType(String storageType) Not applicable.tags(Collection<Tag> tags) The tags to assign to the new instance.tags(Consumer<Tag.Builder>... tags) The tags to assign to the new instance.The tags to assign to the new instance.tdeCredentialArn(String tdeCredentialArn) The ARN from the key store with which to associate the instance for TDE encryption.tdeCredentialPassword(String tdeCredentialPassword) The password for the given ARN from the key store in order to access the device.The time zone of the DB instance.vpcSecurityGroupIds(String... vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this DB instance.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this DB instance.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptune.model.NeptuneRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dbNameNot supported. - Parameters:
- dbName- Not supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbInstanceIdentifierThe DB instance identifier. This parameter is stored as a lowercase string. Constraints: - 
 Must contain from 1 to 63 letters, numbers, or hyphens. 
- 
 First character must be a letter. 
- 
 Cannot end with a hyphen or contain two consecutive hyphens. 
 Example: mydbinstance- Parameters:
- dbInstanceIdentifier- The DB instance identifier. This parameter is stored as a lowercase string.- Constraints: - 
        Must contain from 1 to 63 letters, numbers, or hyphens. 
- 
        First character must be a letter. 
- 
        Cannot end with a hyphen or contain two consecutive hyphens. 
 - Example: - mydbinstance
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
allocatedStorageNot supported by Neptune. - Parameters:
- allocatedStorage- Not supported by Neptune.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbInstanceClassThe compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all Amazon Regions.- Parameters:
- dbInstanceClass- The compute and memory capacity of the DB instance, for example,- db.m4.large. Not all DB instance classes are available in all Amazon Regions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
engineThe name of the database engine to be used for this instance. Valid Values: neptune- Parameters:
- engine- The name of the database engine to be used for this instance.- Valid Values: - neptune
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
masterUsernameNot supported by Neptune. - Parameters:
- masterUsername- Not supported by Neptune.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
masterUserPasswordNot supported by Neptune. - Parameters:
- masterUserPassword- Not supported by Neptune.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbSecurityGroupsA list of DB security groups to associate with this DB instance. Default: The default DB security group for the database engine. - Parameters:
- dbSecurityGroups- A list of DB security groups to associate with this DB instance.- Default: The default DB security group for the database engine. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbSecurityGroupsA list of DB security groups to associate with this DB instance. Default: The default DB security group for the database engine. - Parameters:
- dbSecurityGroups- A list of DB security groups to associate with this DB instance.- Default: The default DB security group for the database engine. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcSecurityGroupIdsA list of EC2 VPC security groups to associate with this DB instance. Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster. For more information, see CreateDBCluster. Default: The default EC2 VPC security group for the DB subnet group's VPC. - Parameters:
- vpcSecurityGroupIds- A list of EC2 VPC security groups to associate with this DB instance.- Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster. For more information, see CreateDBCluster. - Default: The default EC2 VPC security group for the DB subnet group's VPC. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcSecurityGroupIdsA list of EC2 VPC security groups to associate with this DB instance. Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster. For more information, see CreateDBCluster. Default: The default EC2 VPC security group for the DB subnet group's VPC. - Parameters:
- vpcSecurityGroupIds- A list of EC2 VPC security groups to associate with this DB instance.- Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster. For more information, see CreateDBCluster. - Default: The default EC2 VPC security group for the DB subnet group's VPC. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
availabilityZoneThe EC2 Availability Zone that the DB instance is created in Default: A random, system-chosen Availability Zone in the endpoint's Amazon Region. Example: us-east-1dConstraint: The AvailabilityZone parameter can't be specified if the MultiAZ parameter is set to true. The specified Availability Zone must be in the same Amazon Region as the current endpoint.- Parameters:
- availabilityZone- The EC2 Availability Zone that the DB instance is created in- Default: A random, system-chosen Availability Zone in the endpoint's Amazon Region. - Example: - us-east-1d- Constraint: The AvailabilityZone parameter can't be specified if the MultiAZ parameter is set to - true. The specified Availability Zone must be in the same Amazon Region as the current endpoint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbSubnetGroupNameA DB subnet group to associate with this DB instance. If there is no DB subnet group, then it is a non-VPC DB instance. - Parameters:
- dbSubnetGroupName- A DB subnet group to associate with this DB instance.- If there is no DB subnet group, then it is a non-VPC DB instance. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
preferredMaintenanceWindowThe time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:miThe default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Region, occurring on a random day of the week. Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Constraints: Minimum 30-minute window. - Parameters:
- preferredMaintenanceWindow- The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC).- Format: - ddd:hh24:mi-ddd:hh24:mi- The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Region, occurring on a random day of the week. - Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. - Constraints: Minimum 30-minute window. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbParameterGroupNameThe name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default DBParameterGroup for the specified engine is used. Constraints: - 
 Must be 1 to 255 letters, numbers, or hyphens. 
- 
 First character must be a letter 
- 
 Cannot end with a hyphen or contain two consecutive hyphens 
 - Parameters:
- dbParameterGroupName- The name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default DBParameterGroup for the specified engine is used.- Constraints: - 
        Must be 1 to 255 letters, numbers, or hyphens. 
- 
        First character must be a letter 
- 
        Cannot end with a hyphen or contain two consecutive hyphens 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
backupRetentionPeriodThe number of days for which automated backups are retained. Not applicable. The retention period for automated backups is managed by the DB cluster. For more information, see CreateDBCluster. Default: 1 Constraints: - 
 Must be a value from 0 to 35 
- 
 Cannot be set to 0 if the DB instance is a source to Read Replicas 
 - Parameters:
- backupRetentionPeriod- The number of days for which automated backups are retained.- Not applicable. The retention period for automated backups is managed by the DB cluster. For more information, see CreateDBCluster. - Default: 1 - Constraints: - 
        Must be a value from 0 to 35 
- 
        Cannot be set to 0 if the DB instance is a source to Read Replicas 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
preferredBackupWindowThe daily time range during which automated backups are created. Not applicable. The daily time range for creating automated backups is managed by the DB cluster. For more information, see CreateDBCluster. - Parameters:
- preferredBackupWindow- The daily time range during which automated backups are created.- Not applicable. The daily time range for creating automated backups is managed by the DB cluster. For more information, see CreateDBCluster. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
portThe port number on which the database accepts connections. Not applicable. The port is managed by the DB cluster. For more information, see CreateDBCluster. Default: 8182Type: Integer - Parameters:
- port- The port number on which the database accepts connections.- Not applicable. The port is managed by the DB cluster. For more information, see CreateDBCluster. - Default: - 8182- Type: Integer 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
multiAZSpecifies if the DB instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the MultiAZ parameter is set to true. - Parameters:
- multiAZ- Specifies if the DB instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the MultiAZ parameter is set to true.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
engineVersionThe version number of the database engine to use. Currently, setting this parameter has no effect. - Parameters:
- engineVersion- The version number of the database engine to use. Currently, setting this parameter has no effect.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
autoMinorVersionUpgradeIndicates that minor engine upgrades are applied automatically to the DB instance during the maintenance window. Default: true- Parameters:
- autoMinorVersionUpgrade- Indicates that minor engine upgrades are applied automatically to the DB instance during the maintenance window.- Default: - true
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
licenseModelLicense model information for this DB instance. Valid values: license-included|bring-your-own-license|general-public-license- Parameters:
- licenseModel- License model information for this DB instance.- Valid values: - license-included|- bring-your-own-license|- general-public-license
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
iopsThe amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. - Parameters:
- iops- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
optionGroupName(Not supported by Neptune) - Parameters:
- optionGroupName- (Not supported by Neptune)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
characterSetName(Not supported by Neptune) - Parameters:
- characterSetName- (Not supported by Neptune)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
publiclyAccessibleIndicates whether the DB instance is publicly accessible. When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. - Parameters:
- publiclyAccessible- Indicates whether the DB instance is publicly accessible.- When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. - When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags to assign to the new instance. - Parameters:
- tags- The tags to assign to the new instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags to assign to the new instance. - Parameters:
- tags- The tags to assign to the new instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags to assign to the new instance. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
dbClusterIdentifierThe identifier of the DB cluster that the instance will belong to. For information on creating a DB cluster, see CreateDBCluster. Type: String - Parameters:
- dbClusterIdentifier- The identifier of the DB cluster that the instance will belong to.- For information on creating a DB cluster, see CreateDBCluster. - Type: String 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
storageTypeNot 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.
 
- 
tdeCredentialArnThe ARN from the key store with which to associate the instance for TDE encryption. - Parameters:
- tdeCredentialArn- The ARN from the key store with which to associate the instance for TDE encryption.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tdeCredentialPasswordThe password for the given ARN from the key store in order to access the device. - Parameters:
- tdeCredentialPassword- The password for the given ARN from the key store in order to access the device.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
storageEncryptedSpecifies whether the DB instance is encrypted. Not applicable. The encryption for DB instances is managed by the DB cluster. For more information, see CreateDBCluster. Default: false - Parameters:
- storageEncrypted- Specifies whether the DB instance is encrypted.- Not applicable. The encryption for DB instances is managed by the DB cluster. For more information, see CreateDBCluster. - Default: false 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kmsKeyIdThe Amazon KMS key identifier for an encrypted DB instance. The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a DB instance with the same Amazon account that owns the KMS encryption key used to encrypt the new DB instance, then you can use the KMS key alias instead of the ARN for the KM encryption key. Not applicable. The KMS key identifier is managed by the DB cluster. For more information, see CreateDBCluster. If the StorageEncryptedparameter is true, and you do not specify a value for theKmsKeyIdparameter, then Amazon Neptune will use your default encryption key. Amazon KMS creates the default encryption key for your Amazon account. Your Amazon account has a different default encryption key for each Amazon Region.- Parameters:
- kmsKeyId- The Amazon KMS key identifier for an encrypted DB instance.- The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a DB instance with the same Amazon account that owns the KMS encryption key used to encrypt the new DB instance, then you can use the KMS key alias instead of the ARN for the KM encryption key. - Not applicable. The KMS key identifier is managed by the DB cluster. For more information, see CreateDBCluster. - If the - StorageEncryptedparameter is true, and you do not specify a value for the- KmsKeyIdparameter, then Amazon Neptune will use your default encryption key. Amazon KMS creates the default encryption key for your Amazon account. Your Amazon account has a different default encryption key for each Amazon Region.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainSpecify the Active Directory Domain to create the instance in. - Parameters:
- domain- Specify the Active Directory Domain to create the instance in.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
copyTagsToSnapshotTrue to copy all tags from the DB instance to snapshots of the DB instance, and otherwise false. The default is false. - Parameters:
- copyTagsToSnapshot- True to copy all tags from the DB instance to snapshots of the DB instance, and otherwise false. The default is false.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
monitoringIntervalThe interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0. If MonitoringRoleArnis specified, then you must also setMonitoringIntervalto a value other than 0.Valid Values: 0, 1, 5, 10, 15, 30, 60- Parameters:
- monitoringInterval- The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.- If - MonitoringRoleArnis specified, then you must also set- MonitoringIntervalto a value other than 0.- Valid Values: - 0, 1, 5, 10, 15, 30, 60
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
monitoringRoleArnThe ARN for the IAM role that permits Neptune to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess.If MonitoringIntervalis set to a value other than 0, then you must supply aMonitoringRoleArnvalue.- Parameters:
- monitoringRoleArn- The ARN for the IAM role that permits Neptune to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example,- arn:aws:iam:123456789012:role/emaccess.- If - MonitoringIntervalis set to a value other than 0, then you must supply a- MonitoringRoleArnvalue.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainIAMRoleNameSpecify the name of the IAM role to be used when making API calls to the Directory Service. - Parameters:
- domainIAMRoleName- Specify the name of the IAM role to be used when making API calls to the Directory Service.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
promotionTierA value that specifies the order in which an Read Replica is promoted to the primary instance after a failure of the existing primary instance. Default: 1 Valid Values: 0 - 15 - Parameters:
- promotionTier- A value that specifies the order in which an Read Replica is promoted to the primary instance after a failure of the existing primary instance.- Default: 1 - Valid Values: 0 - 15 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
timezoneThe time zone of the DB instance. - Parameters:
- timezone- The time zone of the DB instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
enableIAMDatabaseAuthenticationCreateDbInstanceRequest.Builder enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication) Not supported by Neptune (ignored). - Parameters:
- enableIAMDatabaseAuthentication- Not supported by Neptune (ignored).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
enablePerformanceInsights(Not supported by Neptune) - Parameters:
- enablePerformanceInsights- (Not supported by Neptune)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
performanceInsightsKMSKeyId(Not supported by Neptune) - Parameters:
- performanceInsightsKMSKeyId- (Not supported by Neptune)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
enableCloudwatchLogsExportsCreateDbInstanceRequest.Builder enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports) The list of log types that need to be enabled for exporting to CloudWatch Logs. - Parameters:
- enableCloudwatchLogsExports- The list of log types that need to be enabled for exporting to CloudWatch Logs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
enableCloudwatchLogsExportsThe list of log types that need to be enabled for exporting to CloudWatch Logs. - Parameters:
- enableCloudwatchLogsExports- The list of log types that need to be enabled for exporting to CloudWatch Logs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
deletionProtectionA value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled. See Deleting a DB Instance. DB instances in a DB cluster can be deleted even when deletion protection is enabled in their parent DB cluster. - Parameters:
- deletionProtection- A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled. See Deleting a DB Instance.- DB instances in a DB cluster can be deleted even when deletion protection is enabled in their parent DB cluster. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateDbInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateDbInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-