RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.availabilityZones(String... availabilityZones) |
A list of Availability Zones (AZs) where instances in the restored DB cluster can be created.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.availabilityZones(Collection<String> availabilityZones) |
A list of Availability Zones (AZs) where instances in the restored DB cluster can be created.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.backtrackWindow(Long backtrackWindow) |
The target backtrack window, in seconds.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) |
The number of days for which automated backups of the restored DB cluster are retained.
|
static RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.builder() |
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.characterSetName(String characterSetName) |
A value that indicates that the restored DB cluster should be associated with the specified CharacterSet.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) |
Specifies whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.databaseName(String databaseName) |
The database name for the restored DB cluster.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.dbClusterIdentifier(String dbClusterIdentifier) |
The name of the DB cluster to create from the source data in the Amazon S3 bucket.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName) |
The name of the DB cluster parameter group to associate with the restored DB cluster.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.dbSubnetGroupName(String dbSubnetGroupName) |
A DB subnet group to associate with the restored DB cluster.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.deletionProtection(Boolean deletionProtection) |
Specifies whether to enable deletion protection for the DB cluster.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.domain(String domain) |
Specify the Active Directory directory ID to restore the DB cluster in.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.domainIAMRoleName(String domainIAMRoleName) |
Specify the name of the IAM role to be used when making API calls to the Directory Service.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports) |
The list of logs that the restored DB cluster is to export to CloudWatch Logs.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports) |
The list of logs that the restored DB cluster is to export to CloudWatch Logs.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication) |
Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
database accounts.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.engine(String engine) |
The name of the database engine to be used for this DB cluster.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.engineLifecycleSupport(String engineLifecycleSupport) |
The life cycle type for this DB cluster.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.engineVersion(String engineVersion) |
The version number of the database engine to use.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.kmsKeyId(String kmsKeyId) |
The Amazon Web Services KMS key identifier for an encrypted DB cluster.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword) |
Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.masterUsername(String masterUsername) |
The name of the master user for the restored DB cluster.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.masterUserPassword(String masterUserPassword) |
The password for the master database user.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.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.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.networkType(String networkType) |
The network type of the DB cluster.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.optionGroupName(String optionGroupName) |
A value that indicates that the restored DB cluster should be associated with the specified option group.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.port(Integer port) |
The port number on which the instances in the restored DB cluster accept connections.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.preferredBackupWindow(String preferredBackupWindow) |
The daily time range during which automated backups are created if automated backups are enabled using the
BackupRetentionPeriod parameter.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) |
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.s3BucketName(String s3BucketName) |
The name of the Amazon S3 bucket that contains the data used to create the Amazon Aurora DB cluster.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.s3IngestionRoleArn(String s3IngestionRoleArn) |
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that
authorizes Amazon RDS to access the Amazon S3 bucket on your behalf.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.s3Prefix(String s3Prefix) |
The prefix for all of the file names that contain the data used to create the Amazon Aurora DB cluster.
|
default RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.serverlessV2ScalingConfiguration(Consumer<ServerlessV2ScalingConfiguration.Builder> serverlessV2ScalingConfiguration) |
Sets the value of the ServerlessV2ScalingConfiguration property for this object.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration) |
Sets the value of the ServerlessV2ScalingConfiguration property for this object.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.sourceEngine(String sourceEngine) |
The identifier for the database engine that was backed up to create the files stored in the Amazon S3 bucket.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.sourceEngineVersion(String sourceEngineVersion) |
The version of the database that the backup files were created from.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.storageEncrypted(Boolean storageEncrypted) |
Specifies whether the restored DB cluster is encrypted.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.storageType(String storageType) |
Specifies the storage type to be associated with the DB cluster.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.tags(Collection<Tag> tags) |
Sets the value of the Tags property for this object.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.tags(Consumer<Tag.Builder>... tags) |
Sets the value of the Tags property for this object.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.tags(Tag... tags) |
Sets the value of the Tags property for this object.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.toBuilder() |
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of EC2 VPC security groups to associate with the restored DB cluster.
|
RestoreDbClusterFromS3Request.Builder |
RestoreDbClusterFromS3Request.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of EC2 VPC security groups to associate with the restored DB cluster.
|