Uses of Interface
software.amazon.awssdk.services.rds.model.CreateDbClusterRequest.Builder
Packages that use CreateDbClusterRequest.Builder
Package
Description
-
Uses of CreateDbClusterRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateDbClusterRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateDbClusterResponse>RdsAsyncClient.createDBCluster(Consumer<CreateDbClusterRequest.Builder> createDbClusterRequest) Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.default CreateDbClusterResponseRdsClient.createDBCluster(Consumer<CreateDbClusterRequest.Builder> createDbClusterRequest) Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster. -
Uses of CreateDbClusterRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateDbClusterRequest.BuilderModifier and TypeMethodDescriptionCreateDbClusterRequest.Builder.allocatedStorage(Integer allocatedStorage) The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.CreateDbClusterRequest.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window.CreateDbClusterRequest.Builder.availabilityZones(String... availabilityZones) A list of Availability Zones (AZs) where you specifically want to create DB instances in the DB cluster.CreateDbClusterRequest.Builder.availabilityZones(Collection<String> availabilityZones) A list of Availability Zones (AZs) where you specifically want to create DB instances in the DB cluster.CreateDbClusterRequest.Builder.backtrackWindow(Long backtrackWindow) The target backtrack window, in seconds.CreateDbClusterRequest.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The number of days for which automated backups are retained.CreateDbClusterRequest.builder()CreateDbClusterRequest.Builder.caCertificateIdentifier(String caCertificateIdentifier) The CA certificate identifier to use for the DB cluster's server certificate.CreateDbClusterRequest.Builder.characterSetName(String characterSetName) The name of the character set (CharacterSet) to associate the DB cluster with.CreateDbClusterRequest.Builder.clusterScalabilityType(String clusterScalabilityType) Specifies the scalability mode of the Aurora DB cluster.CreateDbClusterRequest.Builder.clusterScalabilityType(ClusterScalabilityType clusterScalabilityType) Specifies the scalability mode of the Aurora DB cluster.CreateDbClusterRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Specifies whether to copy all tags from the DB cluster to snapshots of the DB cluster.CreateDbClusterRequest.Builder.databaseInsightsMode(String databaseInsightsMode) The mode of Database Insights to enable for the DB cluster.CreateDbClusterRequest.Builder.databaseInsightsMode(DatabaseInsightsMode databaseInsightsMode) The mode of Database Insights to enable for the DB cluster.CreateDbClusterRequest.Builder.databaseName(String databaseName) The name for your database of up to 64 alphanumeric characters.CreateDbClusterRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) The identifier for this DB cluster.CreateDbClusterRequest.Builder.dbClusterInstanceClass(String dbClusterInstanceClass) The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for exampledb.m6gd.xlarge.CreateDbClusterRequest.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName) The name of the DB cluster parameter group to associate with this DB cluster.CreateDbClusterRequest.Builder.dbSubnetGroupName(String dbSubnetGroupName) A DB subnet group to associate with this DB cluster.CreateDbClusterRequest.Builder.dbSystemId(String dbSystemId) Reserved for future use.CreateDbClusterRequest.Builder.deletionProtection(Boolean deletionProtection) Specifies whether the DB cluster has deletion protection enabled.The Active Directory directory ID to create the DB cluster in.CreateDbClusterRequest.Builder.domainIAMRoleName(String domainIAMRoleName) The name of the IAM role to use when making API calls to the Directory Service.CreateDbClusterRequest.Builder.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports) The list of log types that need to be enabled for exporting to CloudWatch Logs.CreateDbClusterRequest.Builder.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports) The list of log types that need to be enabled for exporting to CloudWatch Logs.CreateDbClusterRequest.Builder.enableGlobalWriteForwarding(Boolean enableGlobalWriteForwarding) Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database).CreateDbClusterRequest.Builder.enableHttpEndpoint(Boolean enableHttpEndpoint) Specifies whether to enable the HTTP endpoint for the DB cluster.CreateDbClusterRequest.Builder.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication) Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts.CreateDbClusterRequest.Builder.enableLimitlessDatabase(Boolean enableLimitlessDatabase) Specifies whether to enable Aurora Limitless Database.CreateDbClusterRequest.Builder.enableLocalWriteForwarding(Boolean enableLocalWriteForwarding) Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster.CreateDbClusterRequest.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights) Specifies whether to turn on Performance Insights for the DB cluster.The database engine to use for this DB cluster.CreateDbClusterRequest.Builder.engineLifecycleSupport(String engineLifecycleSupport) The life cycle type for this DB cluster.CreateDbClusterRequest.Builder.engineMode(String engineMode) The DB engine mode of the DB cluster, eitherprovisionedorserverless.CreateDbClusterRequest.Builder.engineVersion(String engineVersion) The version number of the database engine to use.CreateDbClusterRequest.Builder.globalClusterIdentifier(String globalClusterIdentifier) The global cluster ID of an Aurora cluster that becomes the primary cluster in the new global database cluster.The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.The Amazon Web Services KMS key identifier for an encrypted DB cluster.CreateDbClusterRequest.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword) Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.CreateDbClusterRequest.Builder.masterUserAuthenticationType(String masterUserAuthenticationType) Specifies the authentication type for the master user.CreateDbClusterRequest.Builder.masterUserAuthenticationType(MasterUserAuthenticationType masterUserAuthenticationType) Specifies the authentication type for the master user.CreateDbClusterRequest.Builder.masterUsername(String masterUsername) The name of the master user for the DB cluster.CreateDbClusterRequest.Builder.masterUserPassword(String masterUserPassword) The password for the master database user.CreateDbClusterRequest.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.CreateDbClusterRequest.Builder.monitoringInterval(Integer monitoringInterval) The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.CreateDbClusterRequest.Builder.monitoringRoleArn(String monitoringRoleArn) The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.CreateDbClusterRequest.Builder.networkType(String networkType) The network type of the DB cluster.CreateDbClusterRequest.Builder.optionGroupName(String optionGroupName) The option group to associate the DB cluster with.CreateDbClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDbClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateDbClusterRequest.Builder.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId) The Amazon Web Services KMS key identifier for encryption of Performance Insights data.CreateDbClusterRequest.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod) The number of days to retain Performance Insights data.The port number on which the instances in the DB cluster accept connections.CreateDbClusterRequest.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled using theBackupRetentionPeriodparameter.CreateDbClusterRequest.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur.CreateDbClusterRequest.Builder.preSignedUrl(String preSignedUrl) When you are replicating a DB cluster from one Amazon Web Services GovCloud (US) Region to another, an URL that contains a Signature Version 4 signed request for theCreateDBClusteroperation to be called in the source Amazon Web Services Region where the DB cluster is replicated from.CreateDbClusterRequest.Builder.publiclyAccessible(Boolean publiclyAccessible) Specifies whether the DB cluster is publicly accessible.default CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder.rdsCustomClusterConfiguration(Consumer<RdsCustomClusterConfiguration.Builder> rdsCustomClusterConfiguration) Reserved for future use.CreateDbClusterRequest.Builder.rdsCustomClusterConfiguration(RdsCustomClusterConfiguration rdsCustomClusterConfiguration) Reserved for future use.CreateDbClusterRequest.Builder.replicationSourceIdentifier(String replicationSourceIdentifier) The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read replica.default CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder.scalingConfiguration(Consumer<ScalingConfiguration.Builder> scalingConfiguration) For DB clusters inserverlessDB engine mode, the scaling properties of the DB cluster.CreateDbClusterRequest.Builder.scalingConfiguration(ScalingConfiguration scalingConfiguration) For DB clusters inserverlessDB engine mode, the scaling properties of the DB cluster.default CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder.serverlessV2ScalingConfiguration(Consumer<ServerlessV2ScalingConfiguration.Builder> serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.CreateDbClusterRequest.Builder.serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.CreateDbClusterRequest.Builder.sourceRegion(String sourceRegion) If PreSignedUrl is not specified, this is the region where the source snapshot is located.CreateDbClusterRequest.Builder.storageEncrypted(Boolean storageEncrypted) Specifies whether the DB cluster is encrypted.CreateDbClusterRequest.Builder.storageType(String storageType) The storage type to associate with the DB cluster.CreateDbClusterRequest.Builder.tags(Collection<Tag> tags) Tags to assign to the DB cluster.CreateDbClusterRequest.Builder.tags(Consumer<Tag.Builder>... tags) Tags to assign to the DB cluster.Tags to assign to the DB cluster.CreateDbClusterRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB cluster.CreateDbClusterRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) Tags to assign to resources associated with the DB cluster.CreateDbClusterRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB cluster.CreateDbClusterRequest.toBuilder()CreateDbClusterRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this DB cluster.CreateDbClusterRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this DB cluster.CreateDbClusterRequest.Builder.withExpressConfiguration(Boolean withExpressConfiguration) Specifies to create an Aurora DB Cluster with express configuration in seconds.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateDbClusterRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDbClusterRequest.Builder>CreateDbClusterRequest.serializableBuilderClass()