Uses of Interface
software.amazon.awssdk.services.rds.model.RestoreDbClusterToPointInTimeRequest.Builder
Packages that use RestoreDbClusterToPointInTimeRequest.Builder
Package
Description
-
Uses of RestoreDbClusterToPointInTimeRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type RestoreDbClusterToPointInTimeRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest) Restores a DB cluster to an arbitrary point in time.RdsClient.restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest) Restores a DB cluster to an arbitrary point in time. -
Uses of RestoreDbClusterToPointInTimeRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return RestoreDbClusterToPointInTimeRequest.BuilderModifier and TypeMethodDescriptionRestoreDbClusterToPointInTimeRequest.Builder.backtrackWindow(Long backtrackWindow) The target backtrack window, in seconds.RestoreDbClusterToPointInTimeRequest.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The number of days for which automated backups are retained.RestoreDbClusterToPointInTimeRequest.builder()RestoreDbClusterToPointInTimeRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Specifies whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) The name of the new DB cluster to be created.RestoreDbClusterToPointInTimeRequest.Builder.dbClusterInstanceClass(String dbClusterInstanceClass) The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge.RestoreDbClusterToPointInTimeRequest.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName) The name of the custom DB cluster parameter group to associate with this DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.dbSubnetGroupName(String dbSubnetGroupName) The DB subnet group name to use for the new DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.deletionProtection(Boolean deletionProtection) Specifies whether to enable deletion protection for the DB cluster.The Active Directory directory ID to restore the DB cluster in.RestoreDbClusterToPointInTimeRequest.Builder.domainIAMRoleName(String domainIAMRoleName) The name of the IAM role to be used when making API calls to the Directory Service.RestoreDbClusterToPointInTimeRequest.Builder.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports) The list of logs that the restored DB cluster is to export to CloudWatch Logs.RestoreDbClusterToPointInTimeRequest.Builder.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports) The list of logs that the restored DB cluster is to export to CloudWatch Logs.RestoreDbClusterToPointInTimeRequest.Builder.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication) Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts.RestoreDbClusterToPointInTimeRequest.Builder.enableInternetAccessGateway(Boolean enableInternetAccessGateway) Specifies that the restored DB cluster should use internet-based connectivity through an internet access gateway.RestoreDbClusterToPointInTimeRequest.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights) Specifies whether to turn on Performance Insights for the DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.enableVPCNetworking(Boolean enableVPCNetworking) Specifies whether to enable VPC networking for the restored DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.engineLifecycleSupport(String engineLifecycleSupport) The life cycle type for this DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.engineMode(String engineMode) The engine mode of the new 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 to use when restoring an encrypted DB cluster from an encrypted DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.monitoringInterval(Integer monitoringInterval) The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.RestoreDbClusterToPointInTimeRequest.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.RestoreDbClusterToPointInTimeRequest.Builder.networkType(String networkType) The network type of the DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.optionGroupName(String optionGroupName) The name of the option group for the new DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RestoreDbClusterToPointInTimeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RestoreDbClusterToPointInTimeRequest.Builder.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId) The Amazon Web Services KMS key identifier for encryption of Performance Insights data.RestoreDbClusterToPointInTimeRequest.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod) The number of days to retain Performance Insights data.The port number on which the new DB cluster accepts connections.RestoreDbClusterToPointInTimeRequest.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, using theBackupRetentionPeriodparameter.RestoreDbClusterToPointInTimeRequest.Builder.publiclyAccessible(Boolean publiclyAccessible) Specifies whether the DB cluster is publicly accessible.RestoreDbClusterToPointInTimeRequest.Builder.rdsCustomClusterConfiguration(Consumer<RdsCustomClusterConfiguration.Builder> rdsCustomClusterConfiguration) Reserved for future use.RestoreDbClusterToPointInTimeRequest.Builder.rdsCustomClusterConfiguration(RdsCustomClusterConfiguration rdsCustomClusterConfiguration) Reserved for future use.RestoreDbClusterToPointInTimeRequest.Builder.restoreToTime(Instant restoreToTime) The date and time to restore the DB cluster to.RestoreDbClusterToPointInTimeRequest.Builder.restoreType(String restoreType) The type of restore to be performed.RestoreDbClusterToPointInTimeRequest.Builder.scalingConfiguration(Consumer<ScalingConfiguration.Builder> scalingConfiguration) For DB clusters inserverlessDB engine mode, the scaling properties of the DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.scalingConfiguration(ScalingConfiguration scalingConfiguration) For DB clusters inserverlessDB engine mode, the scaling properties of the DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.serverlessV2ScalingConfiguration(Consumer<ServerlessV2ScalingConfiguration.Builder> serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.RestoreDbClusterToPointInTimeRequest.Builder.serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.RestoreDbClusterToPointInTimeRequest.Builder.sourceDBClusterIdentifier(String sourceDBClusterIdentifier) The identifier of the source DB cluster from which to restore.RestoreDbClusterToPointInTimeRequest.Builder.sourceDbClusterResourceId(String sourceDbClusterResourceId) The resource ID of the source DB cluster from which to restore.RestoreDbClusterToPointInTimeRequest.Builder.storageType(String storageType) Specifies the storage type to be associated with the DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.RestoreDbClusterToPointInTimeRequest.Builder.tags(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.RestoreDbClusterToPointInTimeRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) Tags to assign to resources associated with the DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB cluster.RestoreDbClusterToPointInTimeRequest.toBuilder()RestoreDbClusterToPointInTimeRequest.Builder.useLatestRestorableTime(Boolean useLatestRestorableTime) Specifies whether to restore the DB cluster to the latest restorable backup time.RestoreDbClusterToPointInTimeRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) A list of VPC security groups that the new DB cluster belongs to.RestoreDbClusterToPointInTimeRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) A list of VPC security groups that the new DB cluster belongs to.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type RestoreDbClusterToPointInTimeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RestoreDbClusterToPointInTimeRequest.Builder>RestoreDbClusterToPointInTimeRequest.serializableBuilderClass()