Uses of Interface
software.amazon.awssdk.services.rds.model.CreateDbInstanceRequest.Builder
Packages that use CreateDbInstanceRequest.Builder
Package
Description
-
Uses of CreateDbInstanceRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateDbInstanceRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.createDBInstance(Consumer<CreateDbInstanceRequest.Builder> createDbInstanceRequest) Creates a new DB instance.default CreateDbInstanceResponseRdsClient.createDBInstance(Consumer<CreateDbInstanceRequest.Builder> createDbInstanceRequest) Creates a new DB instance. -
Uses of CreateDbInstanceRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateDbInstanceRequest.BuilderModifier and TypeMethodDescriptionCreateDbInstanceRequest.Builder.additionalStorageVolumes(Collection<AdditionalStorageVolume> additionalStorageVolumes) A list of additional storage volumes to create for the DB instance.CreateDbInstanceRequest.Builder.additionalStorageVolumes(Consumer<AdditionalStorageVolume.Builder>... additionalStorageVolumes) A list of additional storage volumes to create for the DB instance.CreateDbInstanceRequest.Builder.additionalStorageVolumes(AdditionalStorageVolume... additionalStorageVolumes) A list of additional storage volumes to create for the DB instance.CreateDbInstanceRequest.Builder.allocatedStorage(Integer allocatedStorage) The amount of storage in gibibytes (GiB) to allocate for the DB instance.CreateDbInstanceRequest.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Specifies whether minor engine upgrades are applied automatically to the DB instance during the maintenance window.CreateDbInstanceRequest.Builder.availabilityZone(String availabilityZone) The Availability Zone (AZ) where the database will be created.CreateDbInstanceRequest.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The number of days for which automated backups are retained.CreateDbInstanceRequest.Builder.backupTarget(String backupTarget) The location for storing automated backups and manual snapshots.CreateDbInstanceRequest.builder()CreateDbInstanceRequest.Builder.caCertificateIdentifier(String caCertificateIdentifier) The CA certificate identifier to use for the DB instance's server certificate.CreateDbInstanceRequest.Builder.characterSetName(String characterSetName) For supported engines, the character set (CharacterSet) to associate the DB instance with.CreateDbInstanceRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Specifies whether to copy tags from the DB instance to snapshots of the DB instance.CreateDbInstanceRequest.Builder.customIamInstanceProfile(String customIamInstanceProfile) The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.CreateDbInstanceRequest.Builder.databaseInsightsMode(String databaseInsightsMode) The mode of Database Insights to enable for the DB instance.CreateDbInstanceRequest.Builder.databaseInsightsMode(DatabaseInsightsMode databaseInsightsMode) The mode of Database Insights to enable for the DB instance.CreateDbInstanceRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) The identifier of the DB cluster that this DB instance will belong to.CreateDbInstanceRequest.Builder.dbInstanceClass(String dbInstanceClass) The compute and memory capacity of the DB instance, for exampledb.m5.large.CreateDbInstanceRequest.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) The identifier for this DB instance.The meaning of this parameter differs according to the database engine you use.CreateDbInstanceRequest.Builder.dbParameterGroupName(String dbParameterGroupName) The name of the DB parameter group 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.dbSecurityGroups(Collection<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.dbSystemId(String dbSystemId) The Oracle system identifier (SID), which is the name of the Oracle database instance that manages your database files.CreateDbInstanceRequest.Builder.dedicatedLogVolume(Boolean dedicatedLogVolume) Indicates whether the DB instance has a dedicated log volume (DLV) enabled.CreateDbInstanceRequest.Builder.deletionProtection(Boolean deletionProtection) Specifies whether the DB instance has deletion protection enabled.The Active Directory directory ID to create the DB instance in.CreateDbInstanceRequest.Builder.domainAuthSecretArn(String domainAuthSecretArn) The ARN for the Secrets Manager secret with the credentials for the user joining the domain.CreateDbInstanceRequest.Builder.domainDnsIps(String... domainDnsIps) The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.CreateDbInstanceRequest.Builder.domainDnsIps(Collection<String> domainDnsIps) The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.CreateDbInstanceRequest.Builder.domainFqdn(String domainFqdn) The fully qualified domain name (FQDN) of an Active Directory domain.CreateDbInstanceRequest.Builder.domainIAMRoleName(String domainIAMRoleName) The name of the IAM role to use when making API calls to the Directory Service.The Active Directory organizational unit for your DB instance to join.CreateDbInstanceRequest.Builder.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports) The list of log types to enable for exporting to CloudWatch Logs.CreateDbInstanceRequest.Builder.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports) The list of log types to enable for exporting to CloudWatch Logs.CreateDbInstanceRequest.Builder.enableCustomerOwnedIp(Boolean enableCustomerOwnedIp) Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.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.enablePerformanceInsights(Boolean enablePerformanceInsights) Specifies whether to enable Performance Insights for the DB instance.The database engine to use for this DB instance.CreateDbInstanceRequest.Builder.engineLifecycleSupport(String engineLifecycleSupport) The life cycle type for this DB instance.CreateDbInstanceRequest.Builder.engineVersion(String engineVersion) The version number of the database engine to use.The amount of Provisioned IOPS (input/output operations per second) to initially allocate for the DB instance.The Amazon Web Services KMS key identifier for an encrypted DB instance.CreateDbInstanceRequest.Builder.licenseModel(String licenseModel) The license model information for this DB instance.CreateDbInstanceRequest.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword) Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.CreateDbInstanceRequest.Builder.masterUserAuthenticationType(String masterUserAuthenticationType) Specifies the authentication type for the master user.CreateDbInstanceRequest.Builder.masterUserAuthenticationType(MasterUserAuthenticationType masterUserAuthenticationType) Specifies the authentication type for the master user.CreateDbInstanceRequest.Builder.masterUsername(String masterUsername) The name for the master user.CreateDbInstanceRequest.Builder.masterUserPassword(String masterUserPassword) The password for the master user.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.maxAllocatedStorage(Integer maxAllocatedStorage) The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.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 RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.Specifies whether the DB instance is a Multi-AZ deployment.CreateDbInstanceRequest.Builder.multiTenant(Boolean multiTenant) Specifies whether to use the multi-tenant configuration or the single-tenant configuration (default).CreateDbInstanceRequest.Builder.ncharCharacterSetName(String ncharCharacterSetName) The name of the NCHAR character set for the Oracle DB instance.CreateDbInstanceRequest.Builder.networkType(String networkType) The network type of the DB instance.CreateDbInstanceRequest.Builder.optionGroupName(String optionGroupName) The option group to associate the DB instance with.CreateDbInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDbInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateDbInstanceRequest.Builder.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId) The Amazon Web Services KMS key identifier for encryption of Performance Insights data.CreateDbInstanceRequest.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod) The number of days to retain Performance Insights data.The port number on which the database accepts connections.CreateDbInstanceRequest.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, using theBackupRetentionPeriodparameter.CreateDbInstanceRequest.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) The time range each week during which system maintenance can occur.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.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.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.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.publiclyAccessible(Boolean publiclyAccessible) Specifies whether the DB instance is publicly accessible.CreateDbInstanceRequest.Builder.storageEncrypted(Boolean storageEncrypted) Specifes whether the DB instance is encrypted.CreateDbInstanceRequest.Builder.storageThroughput(Integer storageThroughput) The storage throughput value, in mebibyte per second (MiBps), for the DB instance.CreateDbInstanceRequest.Builder.storageType(String storageType) The storage type to associate with the DB instance.CreateDbInstanceRequest.Builder.tags(Collection<Tag> tags) Tags to assign to the DB instance.CreateDbInstanceRequest.Builder.tags(Consumer<Tag.Builder>... tags) Tags to assign to the DB instance.Tags to assign to the DB instance.CreateDbInstanceRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB instance.CreateDbInstanceRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) Tags to assign to resources associated with the DB instance.CreateDbInstanceRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB instance.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.The time zone of the DB instance.CreateDbInstanceRequest.toBuilder()CreateDbInstanceRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) A list of Amazon EC2 VPC security groups to associate with this DB instance.CreateDbInstanceRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) A list of Amazon EC2 VPC security groups to associate with this DB instance.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateDbInstanceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDbInstanceRequest.Builder>CreateDbInstanceRequest.serializableBuilderClass()