public static interface CreateDbInstanceRequest.Builder extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<CreateDbInstanceRequest.Builder,CreateDbInstanceRequest>
Modifier and Type | Method and Description |
---|---|
CreateDbInstanceRequest.Builder |
allocatedStorage(Integer allocatedStorage)
The amount of storage (in gibibytes) to allocate for the DB instance.
|
CreateDbInstanceRequest.Builder |
autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Indicates that minor engine upgrades are applied automatically to the DB instance during the maintenance
window.
|
CreateDbInstanceRequest.Builder |
availabilityZone(String availabilityZone)
The EC2 Availability Zone that the DB instance is created in.
|
CreateDbInstanceRequest.Builder |
backupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups are retained.
|
CreateDbInstanceRequest.Builder |
characterSetName(String characterSetName)
Indicates that the DB instance should be associated with the specified CharacterSet.
|
CreateDbInstanceRequest.Builder |
copyTagsToSnapshot(Boolean copyTagsToSnapshot)
True to copy all tags from the DB instance to snapshots of the DB instance, and otherwise false.
|
CreateDbInstanceRequest.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
The identifier of the DB cluster that the instance will belong to.
|
CreateDbInstanceRequest.Builder |
dbInstanceClass(String dbInstanceClass)
The compute and memory capacity of the DB instance, for example,
db.m4.large . |
CreateDbInstanceRequest.Builder |
dbInstanceIdentifier(String dbInstanceIdentifier)
The DB instance identifier.
|
CreateDbInstanceRequest.Builder |
dbName(String dbName)
The database name.
|
CreateDbInstanceRequest.Builder |
dbParameterGroupName(String dbParameterGroupName)
The name of the DB parameter group to associate with this DB instance.
|
CreateDbInstanceRequest.Builder |
dbSecurityGroups(Collection<String> dbSecurityGroups)
A list of DB security groups to associate with this DB instance.
|
CreateDbInstanceRequest.Builder |
dbSecurityGroups(String... dbSecurityGroups)
A list of DB security groups to associate with this DB instance.
|
CreateDbInstanceRequest.Builder |
dbSubnetGroupName(String dbSubnetGroupName)
A DB subnet group to associate with this DB instance.
|
CreateDbInstanceRequest.Builder |
domain(String domain)
Specify the Active Directory Domain to create the instance in.
|
CreateDbInstanceRequest.Builder |
domainIAMRoleName(String domainIAMRoleName)
Specify the name of the IAM role to be used when making API calls to the Directory Service.
|
CreateDbInstanceRequest.Builder |
enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
The list of log types that need to be enabled for exporting to CloudWatch Logs.
|
CreateDbInstanceRequest.Builder |
enableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
The list of log types that need to be enabled for exporting to CloudWatch Logs.
|
CreateDbInstanceRequest.Builder |
enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
True to enable AWS Identity and Access Management (IAM) authentication for Neptune.
|
CreateDbInstanceRequest.Builder |
enablePerformanceInsights(Boolean enablePerformanceInsights)
True to enable Performance Insights for the DB instance, and otherwise false.
|
CreateDbInstanceRequest.Builder |
engine(String engine)
The name of the database engine to be used for this instance.
|
CreateDbInstanceRequest.Builder |
engineVersion(String engineVersion)
The version number of the database engine to use.
|
CreateDbInstanceRequest.Builder |
iops(Integer iops)
The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB
instance.
|
CreateDbInstanceRequest.Builder |
kmsKeyId(String kmsKeyId)
The AWS KMS key identifier for an encrypted DB instance.
|
CreateDbInstanceRequest.Builder |
licenseModel(String licenseModel)
License model information for this DB instance.
|
CreateDbInstanceRequest.Builder |
masterUsername(String masterUsername)
The name for the master user.
|
CreateDbInstanceRequest.Builder |
masterUserPassword(String masterUserPassword)
The password for the master user.
|
CreateDbInstanceRequest.Builder |
monitoringInterval(Integer monitoringInterval)
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.
|
CreateDbInstanceRequest.Builder |
monitoringRoleArn(String monitoringRoleArn)
The ARN for the IAM role that permits Neptune to send enhanced monitoring metrics to Amazon CloudWatch Logs.
|
CreateDbInstanceRequest.Builder |
multiAZ(Boolean multiAZ)
Specifies if the DB instance is a Multi-AZ deployment.
|
CreateDbInstanceRequest.Builder |
optionGroupName(String optionGroupName)
Indicates that the DB instance should be associated with the specified option group.
|
CreateDbInstanceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateDbInstanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateDbInstanceRequest.Builder |
performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId)
The AWS KMS key identifier for encryption of Performance Insights data.
|
CreateDbInstanceRequest.Builder |
port(Integer port)
The port number on which the database accepts connections.
|
CreateDbInstanceRequest.Builder |
preferredBackupWindow(String preferredBackupWindow)
The daily time range during which automated backups are created.
|
CreateDbInstanceRequest.Builder |
preferredMaintenanceWindow(String preferredMaintenanceWindow)
The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
CreateDbInstanceRequest.Builder |
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.
|
CreateDbInstanceRequest.Builder |
publiclyAccessible(Boolean publiclyAccessible)
This parameter is not supported.
|
CreateDbInstanceRequest.Builder |
storageEncrypted(Boolean storageEncrypted)
Specifies whether the DB instance is encrypted.
|
CreateDbInstanceRequest.Builder |
storageType(String storageType)
Specifies the storage type to be associated with the DB instance.
|
CreateDbInstanceRequest.Builder |
tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateDbInstanceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CreateDbInstanceRequest.Builder |
tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CreateDbInstanceRequest.Builder |
tdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which to associate the instance for TDE encryption.
|
CreateDbInstanceRequest.Builder |
tdeCredentialPassword(String tdeCredentialPassword)
The password for the given ARN from the key store in order to access the device.
|
CreateDbInstanceRequest.Builder |
timezone(String timezone)
The time zone of the DB instance.
|
CreateDbInstanceRequest.Builder |
vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this DB instance.
|
CreateDbInstanceRequest.Builder |
vpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this DB instance.
|
build
overrideConfiguration
copy
applyMutation, build
CreateDbInstanceRequest.Builder dbName(String dbName)
The database name.
Type: String
dbName
- The database name.
Type: String
CreateDbInstanceRequest.Builder dbInstanceIdentifier(String 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
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
CreateDbInstanceRequest.Builder allocatedStorage(Integer allocatedStorage)
The amount of storage (in gibibytes) to allocate for the DB instance.
Type: Integer
Not applicable. Neptune cluster volumes automatically grow as the amount of data in your database increases, though you are only charged for the space that you use in a Neptune cluster volume.
allocatedStorage
- The amount of storage (in gibibytes) to allocate for the DB instance.
Type: Integer
Not applicable. Neptune cluster volumes automatically grow as the amount of data in your database increases, though you are only charged for the space that you use in a Neptune cluster volume.
CreateDbInstanceRequest.Builder dbInstanceClass(String dbInstanceClass)
The compute and memory capacity of the DB instance, for example, db.m4.large
. Not all DB
instance classes are available in all AWS Regions.
dbInstanceClass
- The compute and memory capacity of the DB instance, for example, db.m4.large
. Not all DB
instance classes are available in all AWS Regions.CreateDbInstanceRequest.Builder engine(String engine)
The name of the database engine to be used for this instance.
Valid Values: neptune
engine
- The name of the database engine to be used for this instance.
Valid Values: neptune
CreateDbInstanceRequest.Builder masterUsername(String masterUsername)
The name for the master user. Not used.
masterUsername
- The name for the master user. Not used.CreateDbInstanceRequest.Builder masterUserPassword(String masterUserPassword)
The password for the master user. The password can include any printable ASCII character except "/", """, or "@".
Not used.
masterUserPassword
- The password for the master user. The password can include any printable ASCII character except "/",
""", or "@".
Not used.
CreateDbInstanceRequest.Builder dbSecurityGroups(Collection<String> dbSecurityGroups)
A list of DB security groups to associate with this DB instance.
Default: The default DB security group for the database engine.
dbSecurityGroups
- A list of DB security groups to associate with this DB instance.
Default: The default DB security group for the database engine.
CreateDbInstanceRequest.Builder dbSecurityGroups(String... dbSecurityGroups)
A list of DB security groups to associate with this DB instance.
Default: The default DB security group for the database engine.
dbSecurityGroups
- A list of DB security groups to associate with this DB instance.
Default: The default DB security group for the database engine.
CreateDbInstanceRequest.Builder vpcSecurityGroupIds(Collection<String> 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.
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.
CreateDbInstanceRequest.Builder vpcSecurityGroupIds(String... 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.
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.
CreateDbInstanceRequest.Builder availabilityZone(String availabilityZone)
The EC2 Availability Zone that the DB instance is created in.
Default: A random, system-chosen Availability Zone in the endpoint's AWS 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 AWS Region as the current endpoint.
availabilityZone
- The EC2 Availability Zone that the DB instance is created in.
Default: A random, system-chosen Availability Zone in the endpoint's AWS 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 AWS Region as the current
endpoint.
CreateDbInstanceRequest.Builder dbSubnetGroupName(String 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.
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.
CreateDbInstanceRequest.Builder preferredMaintenanceWindow(String 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 AWS Region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
Constraints: Minimum 30-minute window.
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 AWS Region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
Constraints: Minimum 30-minute window.
CreateDbInstanceRequest.Builder dbParameterGroupName(String 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
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
CreateDbInstanceRequest.Builder backupRetentionPeriod(Integer 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
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
CreateDbInstanceRequest.Builder preferredBackupWindow(String 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.
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.
CreateDbInstanceRequest.Builder port(Integer 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
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
CreateDbInstanceRequest.Builder multiAZ(Boolean 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.
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.CreateDbInstanceRequest.Builder engineVersion(String engineVersion)
The version number of the database engine to use.
engineVersion
- The version number of the database engine to use.CreateDbInstanceRequest.Builder autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Indicates that minor engine upgrades are applied automatically to the DB instance during the maintenance window.
Default: true
autoMinorVersionUpgrade
- Indicates that minor engine upgrades are applied automatically to the DB instance during the
maintenance window.
Default: true
CreateDbInstanceRequest.Builder licenseModel(String licenseModel)
License model information for this DB instance.
Valid values: license-included
| bring-your-own-license
|
general-public-license
licenseModel
- License model information for this DB instance.
Valid values: license-included
| bring-your-own-license
|
general-public-license
CreateDbInstanceRequest.Builder iops(Integer iops)
The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
iops
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the
DB instance.CreateDbInstanceRequest.Builder optionGroupName(String optionGroupName)
Indicates that the DB instance should be associated with the specified option group.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
optionGroupName
- Indicates that the DB instance should be associated with the specified option group.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
CreateDbInstanceRequest.Builder characterSetName(String characterSetName)
Indicates that the DB instance should be associated with the specified CharacterSet.
Not applicable. The character set is managed by the DB cluster. For more information, see CreateDBCluster.
characterSetName
- Indicates that the DB instance should be associated with the specified CharacterSet.
Not applicable. The character set is managed by the DB cluster. For more information, see CreateDBCluster.
CreateDbInstanceRequest.Builder publiclyAccessible(Boolean publiclyAccessible)
This parameter is not supported.
publiclyAccessible
- This parameter is not supported.CreateDbInstanceRequest.Builder tags(Collection<Tag> tags)
tags
- The new value for the Tags property for this object.CreateDbInstanceRequest.Builder tags(Tag... tags)
tags
- The new value for the Tags property for this object.CreateDbInstanceRequest.Builder tags(Consumer<Tag.Builder>... tags)
List.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
CreateDbInstanceRequest.Builder dbClusterIdentifier(String dbClusterIdentifier)
The identifier of the DB cluster that the instance will belong to.
For information on creating a DB cluster, see CreateDBCluster.
Type: String
dbClusterIdentifier
- The identifier of the DB cluster that the instance will belong to.
For information on creating a DB cluster, see CreateDBCluster.
Type: String
CreateDbInstanceRequest.Builder storageType(String storageType)
Specifies the storage type to be associated with the DB instance.
Not applicable. Storage is managed by the DB Cluster.
storageType
- Specifies the storage type to be associated with the DB instance.
Not applicable. Storage is managed by the DB Cluster.
CreateDbInstanceRequest.Builder tdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which to associate the instance for TDE encryption.
tdeCredentialArn
- The ARN from the key store with which to associate the instance for TDE encryption.CreateDbInstanceRequest.Builder tdeCredentialPassword(String tdeCredentialPassword)
The password for the given ARN from the key store in order to access the device.
tdeCredentialPassword
- The password for the given ARN from the key store in order to access the device.CreateDbInstanceRequest.Builder storageEncrypted(Boolean 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
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
CreateDbInstanceRequest.Builder kmsKeyId(String kmsKeyId)
The AWS 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 AWS 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 StorageEncrypted
parameter is true, and you do not specify a value for the
KmsKeyId
parameter, then Amazon Neptune will use your default encryption key. AWS KMS creates
the default encryption key for your AWS account. Your AWS account has a different default encryption key for
each AWS Region.
kmsKeyId
- The AWS 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 AWS 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 StorageEncrypted
parameter is true, and you do not specify a value for the
KmsKeyId
parameter, then Amazon Neptune will use your default encryption key. AWS KMS
creates the default encryption key for your AWS account. Your AWS account has a different default
encryption key for each AWS Region.
CreateDbInstanceRequest.Builder domain(String domain)
Specify the Active Directory Domain to create the instance in.
domain
- Specify the Active Directory Domain to create the instance in.CreateDbInstanceRequest.Builder copyTagsToSnapshot(Boolean copyTagsToSnapshot)
True to copy all tags from the DB instance to snapshots of the DB instance, and otherwise false. The default is false.
copyTagsToSnapshot
- True to copy all tags from the DB instance to snapshots of the DB instance, and otherwise false. The
default is false.CreateDbInstanceRequest.Builder monitoringInterval(Integer 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 MonitoringRoleArn
is specified, then you must also set MonitoringInterval
to a
value other than 0.
Valid Values: 0, 1, 5, 10, 15, 30, 60
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 MonitoringRoleArn
is specified, then you must also set MonitoringInterval
to a value other than 0.
Valid Values: 0, 1, 5, 10, 15, 30, 60
CreateDbInstanceRequest.Builder monitoringRoleArn(String 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 MonitoringInterval
is set to a value other than 0, then you must supply a
MonitoringRoleArn
value.
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 MonitoringInterval
is set to a value other than 0, then you must supply a
MonitoringRoleArn
value.
CreateDbInstanceRequest.Builder domainIAMRoleName(String domainIAMRoleName)
Specify the name of the IAM role to be used when making API calls to the Directory Service.
domainIAMRoleName
- Specify the name of the IAM role to be used when making API calls to the Directory Service.CreateDbInstanceRequest.Builder 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.
Default: 1
Valid Values: 0 - 15
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
CreateDbInstanceRequest.Builder timezone(String timezone)
The time zone of the DB instance.
timezone
- The time zone of the DB instance.CreateDbInstanceRequest.Builder enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
True to enable AWS Identity and Access Management (IAM) authentication for Neptune.
Default: false
enableIAMDatabaseAuthentication
- True to enable AWS Identity and Access Management (IAM) authentication for Neptune.
Default: false
CreateDbInstanceRequest.Builder enablePerformanceInsights(Boolean enablePerformanceInsights)
True to enable Performance Insights for the DB instance, and otherwise false.
enablePerformanceInsights
- True to enable Performance Insights for the DB instance, and otherwise false.CreateDbInstanceRequest.Builder performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId)
The AWS KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
performanceInsightsKMSKeyId
- The AWS KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon
Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.CreateDbInstanceRequest.Builder enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
The list of log types that need to be enabled for exporting to CloudWatch Logs.
enableCloudwatchLogsExports
- The list of log types that need to be enabled for exporting to CloudWatch Logs.CreateDbInstanceRequest.Builder enableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
The list of log types that need to be enabled for exporting to CloudWatch Logs.
enableCloudwatchLogsExports
- The list of log types that need to be enabled for exporting to CloudWatch Logs.CreateDbInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateDbInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.