RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.allocatedStorage(Integer allocatedStorage) |
The amount of storage (in gibibytes) to allocate initially for the DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) |
Specifies whether to automatically apply minor engine upgrades to the DB instance during the maintenance
window.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.availabilityZone(String availabilityZone) |
The Availability Zone that the DB instance is created in.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) |
The number of days for which automated backups are retained.
|
static RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.builder() |
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.caCertificateIdentifier(String caCertificateIdentifier) |
The CA certificate identifier to use for the DB instance's server certificate.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) |
Specifies whether to copy all tags from the DB instance to snapshots of the DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.databaseInsightsMode(String databaseInsightsMode) |
Specifies the mode of Database Insights to enable for the DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.databaseInsightsMode(DatabaseInsightsMode databaseInsightsMode) |
Specifies the mode of Database Insights to enable for the DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.dbInstanceClass(String dbInstanceClass) |
The compute and memory capacity of the DB instance, for example db.m4.large.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) |
The DB instance identifier.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.dbName(String dbName) |
The name of the database to create when the DB instance is created.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.dbParameterGroupName(String dbParameterGroupName) |
The name of the DB parameter group to associate with this DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.dbSecurityGroups(String... dbSecurityGroups) |
A list of DB security groups to associate with this DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.dbSecurityGroups(Collection<String> dbSecurityGroups) |
A list of DB security groups to associate with this DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.dbSubnetGroupName(String dbSubnetGroupName) |
A DB subnet group to associate with this DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.dedicatedLogVolume(Boolean dedicatedLogVolume) |
Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.deletionProtection(Boolean deletionProtection) |
Specifies whether to enable deletion protection for the DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports) |
The list of logs that the restored DB instance is to export to CloudWatch Logs.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports) |
The list of logs that the restored DB instance is to export to CloudWatch Logs.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication) |
Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
database accounts.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights) |
Specifies whether to enable Performance Insights for the DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.engine(String engine) |
The name of the database engine to be used for this instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.engineLifecycleSupport(String engineLifecycleSupport) |
The life cycle type for this DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.engineVersion(String engineVersion) |
The version number of the database engine to use.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.iops(Integer iops) |
The amount of Provisioned IOPS (input/output operations per second) to allocate initially for the DB
instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.kmsKeyId(String kmsKeyId) |
The Amazon Web Services KMS key identifier for an encrypted DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.licenseModel(String licenseModel) |
The license model for this DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword) |
Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.masterUsername(String masterUsername) |
The name for the master user.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.masterUserPassword(String masterUserPassword) |
The password for the master user.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.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.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.maxAllocatedStorage(Integer maxAllocatedStorage) |
The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB
instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.monitoringInterval(Integer monitoringInterval) |
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.monitoringRoleArn(String monitoringRoleArn) |
The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.multiAZ(Boolean multiAZ) |
Specifies whether the DB instance is a Multi-AZ deployment.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.networkType(String networkType) |
The network type of the DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.optionGroupName(String optionGroupName) |
The name of the option group to associate with this DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId) |
The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod) |
The number of days to retain Performance Insights data.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.port(Integer port) |
The port number on which the database accepts connections.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.preferredBackupWindow(String preferredBackupWindow) |
The time range each day during which automated backups are created if automated backups are enabled.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) |
The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.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.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.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.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.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.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.publiclyAccessible(Boolean publiclyAccessible) |
Specifies whether the DB instance is publicly accessible.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.s3BucketName(String s3BucketName) |
The name of your Amazon S3 bucket that contains your database backup file.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.s3IngestionRoleArn(String s3IngestionRoleArn) |
An Amazon Web Services Identity and Access Management (IAM) role with a trust policy and a permissions policy
that allows Amazon RDS to access your Amazon S3 bucket.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.s3Prefix(String s3Prefix) |
The prefix of your Amazon S3 bucket.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.sourceEngine(String sourceEngine) |
The name of the engine of your source database.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.sourceEngineVersion(String sourceEngineVersion) |
The version of the database that the backup files were created from.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.storageEncrypted(Boolean storageEncrypted) |
Specifies whether the new DB instance is encrypted or not.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.storageThroughput(Integer storageThroughput) |
Specifies the storage throughput value for the DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.storageType(String storageType) |
Specifies the storage type to be associated with the DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.tags(Collection<Tag> tags) |
A list of tags to associate with this DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tags to associate with this DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.tags(Tag... tags) |
A list of tags to associate with this DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.toBuilder() |
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.useDefaultProcessorFeatures(Boolean useDefaultProcessorFeatures) |
Specifies whether the DB instance class of the DB instance uses its default processor features.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of VPC security groups to associate with this DB instance.
|
RestoreDbInstanceFromS3Request.Builder |
RestoreDbInstanceFromS3Request.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of VPC security groups to associate with this DB instance.
|