Uses of Interface
software.amazon.awssdk.services.rds.model.DBCluster.Builder
Packages that use DBCluster.Builder
-
Uses of DBCluster.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBCluster.BuilderModifier and TypeMethodDescriptionDBCluster.Builder.activityStreamKinesisStreamName(String activityStreamKinesisStreamName) The name of the Amazon Kinesis data stream used for the database activity stream.DBCluster.Builder.activityStreamKmsKeyId(String activityStreamKmsKeyId) The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.DBCluster.Builder.activityStreamMode(String activityStreamMode) The mode of the database activity stream.DBCluster.Builder.activityStreamMode(ActivityStreamMode activityStreamMode) The mode of the database activity stream.DBCluster.Builder.activityStreamStatus(String activityStreamStatus) The status of the database activity stream.DBCluster.Builder.activityStreamStatus(ActivityStreamStatus activityStreamStatus) The status of the database activity stream.DBCluster.Builder.allocatedStorage(Integer allocatedStorage) AllocatedStoragespecifies the allocated storage size in gibibytes (GiB).DBCluster.Builder.associatedRoles(Collection<DBClusterRole> associatedRoles) A list of the Amazon Web Services Identity and Access Management (IAM) roles that are associated with the DB cluster.DBCluster.Builder.associatedRoles(Consumer<DBClusterRole.Builder>... associatedRoles) A list of the Amazon Web Services Identity and Access Management (IAM) roles that are associated with the DB cluster.DBCluster.Builder.associatedRoles(DBClusterRole... associatedRoles) A list of the Amazon Web Services Identity and Access Management (IAM) roles that are associated with the DB cluster.DBCluster.Builder.automaticRestartTime(Instant automaticRestartTime) The time when a stopped DB cluster is restarted automatically.DBCluster.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Indicates whether minor version patches are applied automatically.DBCluster.Builder.availabilityZones(String... availabilityZones) The list of Availability Zones (AZs) where instances in the DB cluster can be created.DBCluster.Builder.availabilityZones(Collection<String> availabilityZones) The list of Availability Zones (AZs) where instances in the DB cluster can be created.DBCluster.Builder.awsBackupRecoveryPointArn(String awsBackupRecoveryPointArn) The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.DBCluster.Builder.backtrackConsumedChangeRecords(Long backtrackConsumedChangeRecords) The number of change records stored for Backtrack.DBCluster.Builder.backtrackWindow(Long backtrackWindow) The target backtrack window, in seconds.DBCluster.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The number of days for which automatic DB snapshots are retained.static DBCluster.BuilderDBCluster.builder()The current capacity of an Aurora Serverless v1 DB cluster.default DBCluster.BuilderDBCluster.Builder.certificateDetails(Consumer<CertificateDetails.Builder> certificateDetails) Sets the value of the CertificateDetails property for this object.DBCluster.Builder.certificateDetails(CertificateDetails certificateDetails) Sets the value of the CertificateDetails property for this object.DBCluster.Builder.characterSetName(String characterSetName) If present, specifies the name of the character set that this cluster is associated with.DBCluster.Builder.cloneGroupId(String cloneGroupId) The ID of the clone group with which the DB cluster is associated.DBCluster.Builder.clusterCreateTime(Instant clusterCreateTime) The time when the DB cluster was created, in Universal Coordinated Time (UTC).DBCluster.Builder.clusterScalabilityType(String clusterScalabilityType) The scalability mode of the Aurora DB cluster.DBCluster.Builder.clusterScalabilityType(ClusterScalabilityType clusterScalabilityType) The scalability mode of the Aurora DB cluster.DBCluster.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Indicates whether tags are copied from the DB cluster to snapshots of the DB cluster.DBCluster.Builder.crossAccountClone(Boolean crossAccountClone) Indicates whether the DB cluster is a clone of a DB cluster owned by a different Amazon Web Services account.DBCluster.Builder.customEndpoints(String... customEndpoints) The custom endpoints associated with the DB cluster.DBCluster.Builder.customEndpoints(Collection<String> customEndpoints) The custom endpoints associated with the DB cluster.DBCluster.Builder.databaseInsightsMode(String databaseInsightsMode) The mode of Database Insights that is enabled for the DB cluster.DBCluster.Builder.databaseInsightsMode(DatabaseInsightsMode databaseInsightsMode) The mode of Database Insights that is enabled for the DB cluster.DBCluster.Builder.databaseName(String databaseName) The name of the initial database that was specified for the DB cluster when it was created, if one was provided.DBCluster.Builder.dbClusterArn(String dbClusterArn) The Amazon Resource Name (ARN) for the DB cluster.DBCluster.Builder.dbClusterIdentifier(String dbClusterIdentifier) The user-supplied identifier for the DB cluster.DBCluster.Builder.dbClusterInstanceClass(String dbClusterInstanceClass) The name of the compute and memory capacity class of the DB instance.DBCluster.Builder.dbClusterMembers(Collection<DBClusterMember> dbClusterMembers) The list of DB instances that make up the DB cluster.DBCluster.Builder.dbClusterMembers(Consumer<DBClusterMember.Builder>... dbClusterMembers) The list of DB instances that make up the DB cluster.DBCluster.Builder.dbClusterMembers(DBClusterMember... dbClusterMembers) The list of DB instances that make up the DB cluster.DBCluster.Builder.dbClusterOptionGroupMemberships(Collection<DBClusterOptionGroupStatus> dbClusterOptionGroupMemberships) The list of option group memberships for this DB cluster.DBCluster.Builder.dbClusterOptionGroupMemberships(Consumer<DBClusterOptionGroupStatus.Builder>... dbClusterOptionGroupMemberships) The list of option group memberships for this DB cluster.DBCluster.Builder.dbClusterOptionGroupMemberships(DBClusterOptionGroupStatus... dbClusterOptionGroupMemberships) The list of option group memberships for this DB cluster.DBCluster.Builder.dbClusterParameterGroup(String dbClusterParameterGroup) The name of the DB cluster parameter group for the DB cluster.DBCluster.Builder.dbClusterResourceId(String dbClusterResourceId) The Amazon Web Services Region-unique, immutable identifier for the DB cluster.DBCluster.Builder.dbSubnetGroup(String dbSubnetGroup) Information about the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.DBCluster.Builder.dbSystemId(String dbSystemId) Reserved for future use.DBCluster.Builder.deletionProtection(Boolean deletionProtection) Indicates whether the DB cluster has deletion protection enabled.DBCluster.Builder.domainMemberships(Collection<DomainMembership> domainMemberships) The Active Directory Domain membership records associated with the DB cluster.DBCluster.Builder.domainMemberships(Consumer<DomainMembership.Builder>... domainMemberships) The Active Directory Domain membership records associated with the DB cluster.DBCluster.Builder.domainMemberships(DomainMembership... domainMemberships) The Active Directory Domain membership records associated with the DB cluster.DBCluster.Builder.earliestBacktrackTime(Instant earliestBacktrackTime) The earliest time to which a DB cluster can be backtracked.DBCluster.Builder.earliestRestorableTime(Instant earliestRestorableTime) The earliest time to which a database can be restored with point-in-time restore.DBCluster.Builder.enabledCloudwatchLogsExports(String... enabledCloudwatchLogsExports) A list of log types that this DB cluster is configured to export to CloudWatch Logs.DBCluster.Builder.enabledCloudwatchLogsExports(Collection<String> enabledCloudwatchLogsExports) A list of log types that this DB cluster is configured to export to CloudWatch Logs.The connection endpoint for the primary instance of the DB cluster.The database engine used for this DB cluster.DBCluster.Builder.engineLifecycleSupport(String engineLifecycleSupport) The lifecycle type for the DB cluster.DBCluster.Builder.engineMode(String engineMode) The DB engine mode of the DB cluster, eitherprovisionedorserverless.DBCluster.Builder.engineVersion(String engineVersion) The version of the database engine.DBCluster.Builder.globalClusterIdentifier(String globalClusterIdentifier) Contains a user-supplied global database cluster identifier.DBCluster.Builder.globalWriteForwardingRequested(Boolean globalWriteForwardingRequested) Indicates whether write forwarding is enabled for a secondary cluster in an Aurora global database.DBCluster.Builder.globalWriteForwardingStatus(String globalWriteForwardingStatus) The status of write forwarding for a secondary cluster in an Aurora global database.DBCluster.Builder.globalWriteForwardingStatus(WriteForwardingStatus globalWriteForwardingStatus) The status of write forwarding for a secondary cluster in an Aurora global database.DBCluster.Builder.hostedZoneId(String hostedZoneId) The ID that Amazon Route 53 assigns when you create a hosted zone.DBCluster.Builder.httpEndpointEnabled(Boolean httpEndpointEnabled) Indicates whether the HTTP endpoint is enabled for an Aurora DB cluster.DBCluster.Builder.iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled) Indicates whether the mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.DBCluster.Builder.internetAccessGatewayEnabled(Boolean internetAccessGatewayEnabled) Indicates whether the DB cluster has internet-based connectivity enabled through an internet access gateway.DBCluster.Builder.ioOptimizedNextAllowedModificationTime(Instant ioOptimizedNextAllowedModificationTime) The next time you can modify the DB cluster to use theaurora-iopt1storage type.The Provisioned IOPS (I/O operations per second) value.IfStorageEncryptedis enabled, the Amazon Web Services KMS key identifier for the encrypted DB cluster.DBCluster.Builder.latestRestorableTime(Instant latestRestorableTime) The latest time to which a database can be restored with point-in-time restore.default DBCluster.BuilderDBCluster.Builder.limitlessDatabase(Consumer<LimitlessDatabase.Builder> limitlessDatabase) The details for Aurora Limitless Database.DBCluster.Builder.limitlessDatabase(LimitlessDatabase limitlessDatabase) The details for Aurora Limitless Database.DBCluster.Builder.localWriteForwardingStatus(String localWriteForwardingStatus) Indicates whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process of enabling it.DBCluster.Builder.localWriteForwardingStatus(LocalWriteForwardingStatus localWriteForwardingStatus) Indicates whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process of enabling it.DBCluster.Builder.masterUsername(String masterUsername) The master username for the DB cluster.default DBCluster.BuilderDBCluster.Builder.masterUserSecret(Consumer<MasterUserSecret.Builder> masterUserSecret) The secret managed by RDS in Amazon Web Services Secrets Manager for the master user password.DBCluster.Builder.masterUserSecret(MasterUserSecret masterUserSecret) The secret managed by RDS in Amazon Web Services Secrets Manager for the master user password.DBCluster.Builder.monitoringInterval(Integer monitoringInterval) The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.DBCluster.Builder.monitoringRoleArn(String monitoringRoleArn) The ARN for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.Indicates whether the DB cluster has instances in multiple Availability Zones.DBCluster.Builder.networkType(String networkType) The network type of the DB instance.default DBCluster.BuilderDBCluster.Builder.pendingModifiedValues(Consumer<ClusterPendingModifiedValues.Builder> pendingModifiedValues) Information about pending changes to the DB cluster.DBCluster.Builder.pendingModifiedValues(ClusterPendingModifiedValues pendingModifiedValues) Information about pending changes to the DB cluster.DBCluster.Builder.percentProgress(String percentProgress) The progress of the operation as a percentage.DBCluster.Builder.performanceInsightsEnabled(Boolean performanceInsightsEnabled) Indicates whether Performance Insights is enabled for the DB cluster.DBCluster.Builder.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId) The Amazon Web Services KMS key identifier for encryption of Performance Insights data.DBCluster.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod) The number of days to retain Performance Insights data.The port that the database engine is listening on.DBCluster.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, as determined by theBackupRetentionPeriod.DBCluster.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).DBCluster.Builder.publiclyAccessible(Boolean publiclyAccessible) Indicates whether the DB cluster is publicly accessible.default DBCluster.BuilderDBCluster.Builder.rdsCustomClusterConfiguration(Consumer<RdsCustomClusterConfiguration.Builder> rdsCustomClusterConfiguration) Reserved for future use.DBCluster.Builder.rdsCustomClusterConfiguration(RdsCustomClusterConfiguration rdsCustomClusterConfiguration) Reserved for future use.DBCluster.Builder.readerEndpoint(String readerEndpoint) The reader endpoint for the DB cluster.DBCluster.Builder.readReplicaIdentifiers(String... readReplicaIdentifiers) Contains one or more identifiers of the read replicas associated with this DB cluster.DBCluster.Builder.readReplicaIdentifiers(Collection<String> readReplicaIdentifiers) Contains one or more identifiers of the read replicas associated with this DB cluster.DBCluster.Builder.replicationSourceIdentifier(String replicationSourceIdentifier) The identifier of the source DB cluster if this DB cluster is a read replica.default DBCluster.BuilderDBCluster.Builder.scalingConfigurationInfo(Consumer<ScalingConfigurationInfo.Builder> scalingConfigurationInfo) Sets the value of the ScalingConfigurationInfo property for this object.DBCluster.Builder.scalingConfigurationInfo(ScalingConfigurationInfo scalingConfigurationInfo) Sets the value of the ScalingConfigurationInfo property for this object.DBCluster.Builder.serverlessV2PlatformVersion(String serverlessV2PlatformVersion) The version of the Aurora Serverless V2 platform used by the DB cluster.default DBCluster.BuilderDBCluster.Builder.serverlessV2ScalingConfiguration(Consumer<ServerlessV2ScalingConfigurationInfo.Builder> serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.DBCluster.Builder.serverlessV2ScalingConfiguration(ServerlessV2ScalingConfigurationInfo serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.The current state of this DB cluster.DBCluster.Builder.statusInfos(Collection<DBClusterStatusInfo> statusInfos) Reserved for future use.DBCluster.Builder.statusInfos(Consumer<DBClusterStatusInfo.Builder>... statusInfos) Reserved for future use.DBCluster.Builder.statusInfos(DBClusterStatusInfo... statusInfos) Reserved for future use.DBCluster.Builder.storageEncrypted(Boolean storageEncrypted) Indicates whether the DB cluster is encrypted.DBCluster.Builder.storageEncryptionType(String storageEncryptionType) The type of encryption used to protect data at rest in the DB cluster.DBCluster.Builder.storageEncryptionType(StorageEncryptionType storageEncryptionType) The type of encryption used to protect data at rest in the DB cluster.DBCluster.Builder.storageThroughput(Integer storageThroughput) The storage throughput for the DB cluster.DBCluster.Builder.storageType(String storageType) The storage type associated with the DB cluster.DBCluster.Builder.tagList(Collection<Tag> tagList) Sets the value of the TagList property for this object.DBCluster.Builder.tagList(Consumer<Tag.Builder>... tagList) Sets the value of the TagList property for this object.Sets the value of the TagList property for this object.DBCluster.toBuilder()DBCluster.Builder.upgradeRolloutOrder(String upgradeRolloutOrder) This data type represents the order in which the clusters are upgraded.DBCluster.Builder.upgradeRolloutOrder(UpgradeRolloutOrder upgradeRolloutOrder) This data type represents the order in which the clusters are upgraded.DBCluster.Builder.vpcNetworkingEnabled(Boolean vpcNetworkingEnabled) Indicates whether the DB cluster uses VPC-based networking.DBCluster.Builder.vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups) The list of VPC security groups that the DB cluster belongs to.DBCluster.Builder.vpcSecurityGroups(Consumer<VpcSecurityGroupMembership.Builder>... vpcSecurityGroups) The list of VPC security groups that the DB cluster belongs to.DBCluster.Builder.vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups) The list of VPC security groups that the DB cluster belongs to.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBCluster.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBCluster.Builder>DBCluster.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBCluster.BuilderModifier and TypeMethodDescriptiondefault CreateDbClusterResponse.BuilderCreateDbClusterResponse.Builder.dbCluster(Consumer<DBCluster.Builder> dbCluster) Sets the value of the DBCluster property for this object.default DeleteDbClusterResponse.BuilderDeleteDbClusterResponse.Builder.dbCluster(Consumer<DBCluster.Builder> dbCluster) Sets the value of the DBCluster property for this object.FailoverDbClusterResponse.Builder.dbCluster(Consumer<DBCluster.Builder> dbCluster) Sets the value of the DBCluster property for this object.default ModifyDbClusterResponse.BuilderModifyDbClusterResponse.Builder.dbCluster(Consumer<DBCluster.Builder> dbCluster) Sets the value of the DBCluster property for this object.PromoteReadReplicaDbClusterResponse.Builder.dbCluster(Consumer<DBCluster.Builder> dbCluster) Sets the value of the DBCluster property for this object.default RebootDbClusterResponse.BuilderRebootDbClusterResponse.Builder.dbCluster(Consumer<DBCluster.Builder> dbCluster) Sets the value of the DBCluster property for this object.RestoreDbClusterFromS3Response.Builder.dbCluster(Consumer<DBCluster.Builder> dbCluster) Sets the value of the DBCluster property for this object.RestoreDbClusterFromSnapshotResponse.Builder.dbCluster(Consumer<DBCluster.Builder> dbCluster) Sets the value of the DBCluster property for this object.RestoreDbClusterToPointInTimeResponse.Builder.dbCluster(Consumer<DBCluster.Builder> dbCluster) Sets the value of the DBCluster property for this object.default StartDbClusterResponse.BuilderStartDbClusterResponse.Builder.dbCluster(Consumer<DBCluster.Builder> dbCluster) Sets the value of the DBCluster property for this object.default StopDbClusterResponse.BuilderStopDbClusterResponse.Builder.dbCluster(Consumer<DBCluster.Builder> dbCluster) Sets the value of the DBCluster property for this object.