| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default RestoreDbInstanceFromDbSnapshotResponse |
RdsClient.restoreDBInstanceFromDBSnapshot(Consumer<RestoreDbInstanceFromDbSnapshotRequest.Builder> restoreDbInstanceFromDbSnapshotRequest)
Creates a new DB instance from a DB snapshot.
|
default CompletableFuture<RestoreDbInstanceFromDbSnapshotResponse> |
RdsAsyncClient.restoreDBInstanceFromDBSnapshot(Consumer<RestoreDbInstanceFromDbSnapshotRequest.Builder> restoreDbInstanceFromDbSnapshotRequest)
Creates a new DB instance from a DB snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.allocatedStorage(Integer allocatedStorage)
The amount of storage (in gibibytes) to allocate initially for the DB instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
A value that indicates whether minor version upgrades are applied automatically to the DB instance during the
maintenance window.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.availabilityZone(String availabilityZone)
The Availability Zone (AZ) where the DB instance will be created.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.backupTarget(String backupTarget)
Specifies where automated backups and manual snapshots are stored for the restored DB instance.
|
static RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.builder() |
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot)
A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB
instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.customIamInstanceProfile(String customIamInstanceProfile)
The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to restore from.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.dbInstanceClass(String dbInstanceClass)
The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.dbInstanceIdentifier(String dbInstanceIdentifier)
Name of the DB instance to create from the DB snapshot.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.dbName(String dbName)
The database name for the restored DB instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.dbParameterGroupName(String dbParameterGroupName)
The name of the DB parameter group to associate with this DB instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier)
The identifier for the DB snapshot to restore from.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.dbSubnetGroupName(String dbSubnetGroupName)
The DB subnet group name to use for the new instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.deletionProtection(Boolean deletionProtection)
A value that indicates whether the DB instance has deletion protection enabled.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.domain(String domain)
Specify the Active Directory directory ID to restore the DB instance in.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.domainAuthSecretArn(String domainAuthSecretArn)
The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.domainDnsIps(Collection<String> domainDnsIps)
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.domainDnsIps(String... domainDnsIps)
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.domainFqdn(String domainFqdn)
The fully qualified domain name (FQDN) of an Active Directory domain.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.domainIAMRoleName(String domainIAMRoleName)
The name of the IAM role to use when making API calls to the Directory Service.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.domainOu(String domainOu)
The Active Directory organizational unit for your DB instance to join.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
The list of logs that the restored DB instance is to export to CloudWatch Logs.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
The list of logs that the restored DB instance is to export to CloudWatch Logs.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.enableCustomerOwnedIp(Boolean enableCustomerOwnedIp)
A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB
instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.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.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.engine(String engine)
The database engine to use for the new instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.iops(Integer iops)
Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.licenseModel(String licenseModel)
License model information for the restored DB instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.multiAZ(Boolean multiAZ)
A value that indicates whether the DB instance is a Multi-AZ deployment.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.networkType(String networkType)
The network type of the DB instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.optionGroupName(String optionGroupName)
The name of the option group to be used for the restored DB instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.port(Integer port)
The port number on which the database accepts connections.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.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.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.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.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.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.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.publiclyAccessible(Boolean publiclyAccessible)
A value that indicates whether the DB instance is publicly accessible.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.storageThroughput(Integer storageThroughput)
Specifies the storage throughput value for the DB instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.storageType(String storageType)
Specifies the storage type to be associated with the DB instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.tdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which to associate the instance for TDE encryption.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.tdeCredentialPassword(String tdeCredentialPassword)
The password for the given ARN from the key store in order to access the device.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.toBuilder() |
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.useDefaultProcessorFeatures(Boolean useDefaultProcessorFeatures)
A value that indicates whether the DB instance class of the DB instance uses its default processor features.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this DB instance.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
RestoreDbInstanceFromDbSnapshotRequest.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 RestoreDbInstanceFromDbSnapshotRequest.Builder> |
RestoreDbInstanceFromDbSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.