| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default RestoreDbInstanceToPointInTimeResponse |
RdsClient.restoreDBInstanceToPointInTime(Consumer<RestoreDbInstanceToPointInTimeRequest.Builder> restoreDbInstanceToPointInTimeRequest)
Restores a DB instance to an arbitrary point in time.
|
default CompletableFuture<RestoreDbInstanceToPointInTimeResponse> |
RdsAsyncClient.restoreDBInstanceToPointInTime(Consumer<RestoreDbInstanceToPointInTimeRequest.Builder> restoreDbInstanceToPointInTimeRequest)
Restores a DB instance to an arbitrary point in time.
|
| Modifier and Type | Method and Description |
|---|---|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.allocatedStorage(Integer allocatedStorage)
The amount of storage (in gibibytes) to allocate initially for the DB instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
A value that indicates whether minor version upgrades are applied automatically to the DB instance during the
maintenance window.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.availabilityZone(String availabilityZone)
The Availability Zone (AZ) where the DB instance will be created.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.backupTarget(String backupTarget)
Specifies where automated backups and manual snapshots are stored for the restored DB instance.
|
static RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.builder() |
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot)
A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB
instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.customIamInstanceProfile(String customIamInstanceProfile)
The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.dbInstanceClass(String dbInstanceClass)
The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.dbName(String dbName)
The database name for the restored DB instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.dbParameterGroupName(String dbParameterGroupName)
The name of the DB parameter group to associate with this DB instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.dbSubnetGroupName(String dbSubnetGroupName)
The DB subnet group name to use for the new instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.deletionProtection(Boolean deletionProtection)
A value that indicates whether the DB instance has deletion protection enabled.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.domain(String domain)
Specify the Active Directory directory ID to restore the DB instance in.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.domainIAMRoleName(String domainIAMRoleName)
Specify the name of the IAM role to be used when making API calls to the Directory Service.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
The list of logs that the restored DB instance is to export to CloudWatch Logs.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
The list of logs that the restored DB instance is to export to CloudWatch Logs.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.enableCustomerOwnedIp(Boolean enableCustomerOwnedIp)
A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB
instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.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.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.engine(String engine)
The database engine to use for the new instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.iops(Integer iops)
The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB
instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.licenseModel(String licenseModel)
License model information for the restored DB instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.maxAllocatedStorage(Integer maxAllocatedStorage)
The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB
instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.multiAZ(Boolean multiAZ)
A value that indicates whether the DB instance is a Multi-AZ deployment.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.networkType(String networkType)
The network type of the DB instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.optionGroupName(String optionGroupName)
The name of the option group to be used for the restored DB instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.port(Integer port)
The port number on which the database accepts connections.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.processorFeatures(Consumer<ProcessorFeature.Builder>... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.processorFeatures(ProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.publiclyAccessible(Boolean publiclyAccessible)
A value that indicates whether the DB instance is publicly accessible.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.restoreTime(Instant restoreTime)
The date and time to restore from.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.sourceDBInstanceAutomatedBackupsArn(String sourceDBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example,
arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE. |
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.sourceDBInstanceIdentifier(String sourceDBInstanceIdentifier)
The identifier of the source DB instance from which to restore.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.sourceDbiResourceId(String sourceDbiResourceId)
The resource ID of the source DB instance from which to restore.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.storageThroughput(Integer storageThroughput)
Specifies the storage throughput value for the DB instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.storageType(String storageType)
Specifies the storage type to be associated with the DB instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.targetDBInstanceIdentifier(String targetDBInstanceIdentifier)
The name of the new DB instance to be created.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.tdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which to associate the instance for TDE encryption.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.tdeCredentialPassword(String tdeCredentialPassword)
The password for the given ARN from the key store in order to access the device.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.toBuilder() |
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.useDefaultProcessorFeatures(Boolean useDefaultProcessorFeatures)
A value that indicates whether the DB instance class of the DB instance uses its default processor features.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.useLatestRestorableTime(Boolean useLatestRestorableTime)
A value that indicates whether the DB instance is restored from the latest backup time.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this DB instance.
|
RestoreDbInstanceToPointInTimeRequest.Builder |
RestoreDbInstanceToPointInTimeRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RestoreDbInstanceToPointInTimeRequest.Builder> |
RestoreDbInstanceToPointInTimeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.