| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default RestoreDbClusterToPointInTimeResponse |
RdsClient.restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest)
Restores a DB cluster to an arbitrary point in time.
|
default CompletableFuture<RestoreDbClusterToPointInTimeResponse> |
RdsAsyncClient.restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest)
Restores a DB cluster to an arbitrary point in time.
|
| Modifier and Type | Method and Description |
|---|---|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.backtrackWindow(Long backtrackWindow)
The target backtrack window, in seconds.
|
static RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.builder() |
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot)
A value that indicates whether to copy all tags from the restored DB cluster to snapshots of the restored DB
cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier)
The name of the new DB cluster to be created.
|
RestoreDbClusterToPointInTimeRequest.Builder |
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 |
RestoreDbClusterToPointInTimeRequest.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of the DB cluster parameter group to associate with this DB cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.dbSubnetGroupName(String dbSubnetGroupName)
The DB subnet group name to use for the new DB cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.deletionProtection(Boolean deletionProtection)
A value that indicates whether the DB cluster has deletion protection enabled.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.domain(String domain)
Specify the Active Directory directory ID to restore the DB cluster in.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.domainIAMRoleName(String domainIAMRoleName)
Specify the name of the IAM role to be used when making API calls to the Directory Service.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
The list of logs that the restored DB cluster is to export to CloudWatch Logs.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
The list of logs that the restored DB cluster is to export to CloudWatch Logs.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM)
accounts to database accounts.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.engineMode(String engineMode)
The engine mode of the new cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.iops(Integer iops)
The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB
instance in the Multi-AZ DB cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier to use when restoring an encrypted DB cluster from an encrypted DB
cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.networkType(String networkType)
The network type of the DB cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.optionGroupName(String optionGroupName)
The name of the option group for the new DB cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.port(Integer port)
The port number on which the new DB cluster accepts connections.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.publiclyAccessible(Boolean publiclyAccessible)
A value that indicates whether the DB cluster is publicly accessible.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.restoreToTime(Instant restoreToTime)
The date and time to restore the DB cluster to.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.restoreType(String restoreType)
The type of restore to be performed.
|
default RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.scalingConfiguration(Consumer<ScalingConfiguration.Builder> scalingConfiguration)
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.scalingConfiguration(ScalingConfiguration scalingConfiguration)
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
default RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.serverlessV2ScalingConfiguration(Consumer<ServerlessV2ScalingConfiguration.Builder> serverlessV2ScalingConfiguration)
Sets the value of the ServerlessV2ScalingConfiguration property for this object.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration)
Sets the value of the ServerlessV2ScalingConfiguration property for this object.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.sourceDBClusterIdentifier(String sourceDBClusterIdentifier)
The identifier of the source DB cluster from which to restore.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.storageType(String storageType)
Specifies the storage type to be associated with the DB cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.toBuilder() |
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.useLatestRestorableTime(Boolean useLatestRestorableTime)
A value that indicates whether to restore the DB cluster to the latest restorable backup time.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of VPC security groups that the new DB cluster belongs to.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of VPC security groups that the new DB cluster belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RestoreDbClusterToPointInTimeRequest.Builder> |
RestoreDbClusterToPointInTimeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.