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) |
Specifies 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 custom 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) |
Specifies whether to enable deletion protection for the DB cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.domain(String domain) |
The Active Directory directory ID to restore the DB cluster in.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.domainIAMRoleName(String domainIAMRoleName) |
The name of the IAM role to be used when making API calls to the Directory Service.
|
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.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports) |
The list of logs that the restored DB cluster is to export to CloudWatch Logs.
|
RestoreDbClusterToPointInTimeRequest.Builder |
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 |
RestoreDbClusterToPointInTimeRequest.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights) |
Specifies whether to turn on Performance Insights for the DB cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.engineLifecycleSupport(String engineLifecycleSupport) |
The life cycle type for this DB cluster.
|
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.monitoringInterval(Integer monitoringInterval) |
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
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 |
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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId) |
The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod) |
The number of days to retain Performance Insights data.
|
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) |
Specifies whether the DB cluster is publicly accessible.
|
default RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.rdsCustomClusterConfiguration(Consumer<RdsCustomClusterConfiguration.Builder> rdsCustomClusterConfiguration) |
Reserved for future use.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.rdsCustomClusterConfiguration(RdsCustomClusterConfiguration rdsCustomClusterConfiguration) |
Reserved for future use.
|
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.sourceDbClusterResourceId(String sourceDbClusterResourceId) |
The resource ID 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) |
Specifies whether to restore the DB cluster to the latest restorable backup time.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of VPC security groups that the new DB cluster belongs to.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of VPC security groups that the new DB cluster belongs to.
|