Uses of Interface
software.amazon.awssdk.services.rds.model.RestoreDbInstanceToPointInTimeRequest.Builder
Packages that use RestoreDbInstanceToPointInTimeRequest.Builder
Package
Description
-
Uses of RestoreDbInstanceToPointInTimeRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type RestoreDbInstanceToPointInTimeRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.restoreDBInstanceToPointInTime(Consumer<RestoreDbInstanceToPointInTimeRequest.Builder> restoreDbInstanceToPointInTimeRequest) Restores a DB instance to an arbitrary point in time.RdsClient.restoreDBInstanceToPointInTime(Consumer<RestoreDbInstanceToPointInTimeRequest.Builder> restoreDbInstanceToPointInTimeRequest) Restores a DB instance to an arbitrary point in time. -
Uses of RestoreDbInstanceToPointInTimeRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return RestoreDbInstanceToPointInTimeRequest.BuilderModifier and TypeMethodDescriptionRestoreDbInstanceToPointInTimeRequest.Builder.additionalStorageVolumes(Collection<AdditionalStorageVolume> additionalStorageVolumes) A list of additional storage volumes to restore to the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.additionalStorageVolumes(Consumer<AdditionalStorageVolume.Builder>... additionalStorageVolumes) A list of additional storage volumes to restore to the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.additionalStorageVolumes(AdditionalStorageVolume... additionalStorageVolumes) A list of additional storage volumes to restore to the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.allocatedStorage(Integer allocatedStorage) The amount of storage (in gibibytes) to allocate initially for the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Specifies whether minor version upgrades are applied automatically to the DB instance during the maintenance window.RestoreDbInstanceToPointInTimeRequest.Builder.availabilityZone(String availabilityZone) The Availability Zone (AZ) where the DB instance will be created.RestoreDbInstanceToPointInTimeRequest.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The number of days to retain automated backups.RestoreDbInstanceToPointInTimeRequest.Builder.backupTarget(String backupTarget) The location for storing automated backups and manual snapshots for the restored DB instance.RestoreDbInstanceToPointInTimeRequest.builder()RestoreDbInstanceToPointInTimeRequest.Builder.caCertificateIdentifier(String caCertificateIdentifier) The CA certificate identifier to use for the DB instance's server certificate.RestoreDbInstanceToPointInTimeRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.customIamInstanceProfile(String customIamInstanceProfile) The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.dbInstanceClass(String dbInstanceClass) The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large.The database name for the restored DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.dbParameterGroupName(String dbParameterGroupName) The name of the DB parameter group to associate with this DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.dbSubnetGroupName(String dbSubnetGroupName) The DB subnet group name to use for the new instance.RestoreDbInstanceToPointInTimeRequest.Builder.dedicatedLogVolume(Boolean dedicatedLogVolume) Specifies whether to enable a dedicated log volume (DLV) for the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.deletionProtection(Boolean deletionProtection) Specifies whether the DB instance has deletion protection enabled.The Active Directory directory ID to restore the DB instance in.RestoreDbInstanceToPointInTimeRequest.Builder.domainAuthSecretArn(String domainAuthSecretArn) The ARN for the Secrets Manager secret with the credentials for the user joining the domain.RestoreDbInstanceToPointInTimeRequest.Builder.domainDnsIps(String... domainDnsIps) The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.RestoreDbInstanceToPointInTimeRequest.Builder.domainDnsIps(Collection<String> domainDnsIps) The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.RestoreDbInstanceToPointInTimeRequest.Builder.domainFqdn(String domainFqdn) The fully qualified domain name (FQDN) of an Active Directory domain.RestoreDbInstanceToPointInTimeRequest.Builder.domainIAMRoleName(String domainIAMRoleName) The name of the IAM role to use when making API calls to the Directory Service.The Active Directory organizational unit for your DB instance to join.RestoreDbInstanceToPointInTimeRequest.Builder.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports) The list of logs that the restored DB instance is to export to CloudWatch Logs.RestoreDbInstanceToPointInTimeRequest.Builder.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports) The list of logs that the restored DB instance is to export to CloudWatch Logs.RestoreDbInstanceToPointInTimeRequest.Builder.enableCustomerOwnedIp(Boolean enableCustomerOwnedIp) Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication) Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts.The database engine to use for the new instance.RestoreDbInstanceToPointInTimeRequest.Builder.engineLifecycleSupport(String engineLifecycleSupport) The life cycle type for this DB instance.The amount of Provisioned IOPS (input/output operations per second) to initially allocate for the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.licenseModel(String licenseModel) The license model information for the restored DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword) Specifies whether to manage the master user password with Amazon Web Services Secrets Manager in the restored DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.masterUserSecretKmsKeyId(String masterUserSecretKmsKeyId) The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.RestoreDbInstanceToPointInTimeRequest.Builder.maxAllocatedStorage(Integer maxAllocatedStorage) The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.Secifies whether the DB instance is a Multi-AZ deployment.RestoreDbInstanceToPointInTimeRequest.Builder.networkType(String networkType) The network type of the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.optionGroupName(String optionGroupName) The name of the option group to use for the restored DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RestoreDbInstanceToPointInTimeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The port number on which the database accepts connections.RestoreDbInstanceToPointInTimeRequest.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, as determined by theBackupRetentionPeriodparameter.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.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.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.publiclyAccessible(Boolean publiclyAccessible) Specifies whether the DB instance is publicly accessible.RestoreDbInstanceToPointInTimeRequest.Builder.restoreTime(Instant restoreTime) The date and time to restore from.RestoreDbInstanceToPointInTimeRequest.Builder.sourceDBInstanceAutomatedBackupsArn(String sourceDBInstanceAutomatedBackupsArn) The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example,arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.RestoreDbInstanceToPointInTimeRequest.Builder.sourceDBInstanceIdentifier(String sourceDBInstanceIdentifier) The identifier of the source DB instance from which to restore.RestoreDbInstanceToPointInTimeRequest.Builder.sourceDbiResourceId(String sourceDbiResourceId) The resource ID of the source DB instance from which to restore.RestoreDbInstanceToPointInTimeRequest.Builder.storageThroughput(Integer storageThroughput) The storage throughput value for the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.storageType(String storageType) The storage type to associate with the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.RestoreDbInstanceToPointInTimeRequest.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.RestoreDbInstanceToPointInTimeRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) Tags to assign to resources associated with the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.targetDBInstanceIdentifier(String targetDBInstanceIdentifier) The name of the new DB instance to create.RestoreDbInstanceToPointInTimeRequest.Builder.tdeCredentialArn(String tdeCredentialArn) The ARN from the key store with which to associate the instance for TDE encryption.RestoreDbInstanceToPointInTimeRequest.Builder.tdeCredentialPassword(String tdeCredentialPassword) The password for the given ARN from the key store in order to access the device.RestoreDbInstanceToPointInTimeRequest.toBuilder()RestoreDbInstanceToPointInTimeRequest.Builder.useDefaultProcessorFeatures(Boolean useDefaultProcessorFeatures) Specifies whether the DB instance class of the DB instance uses its default processor features.RestoreDbInstanceToPointInTimeRequest.Builder.useLatestRestorableTime(Boolean useLatestRestorableTime) Specifies whether the DB instance is restored from the latest backup time.RestoreDbInstanceToPointInTimeRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this DB instance.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type RestoreDbInstanceToPointInTimeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RestoreDbInstanceToPointInTimeRequest.Builder>RestoreDbInstanceToPointInTimeRequest.serializableBuilderClass()