Uses of Interface
software.amazon.awssdk.services.rds.model.RestoreDbClusterFromSnapshotRequest.Builder
Packages that use RestoreDbClusterFromSnapshotRequest.Builder
Package
Description
-
Uses of RestoreDbClusterFromSnapshotRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type RestoreDbClusterFromSnapshotRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.restoreDBClusterFromSnapshot(Consumer<RestoreDbClusterFromSnapshotRequest.Builder> restoreDbClusterFromSnapshotRequest) Creates a new DB cluster from a DB snapshot or DB cluster snapshot.RdsClient.restoreDBClusterFromSnapshot(Consumer<RestoreDbClusterFromSnapshotRequest.Builder> restoreDbClusterFromSnapshotRequest) Creates a new DB cluster from a DB snapshot or DB cluster snapshot. -
Uses of RestoreDbClusterFromSnapshotRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return RestoreDbClusterFromSnapshotRequest.BuilderModifier and TypeMethodDescriptionRestoreDbClusterFromSnapshotRequest.Builder.availabilityZones(String... availabilityZones) Provides the list of Availability Zones (AZs) where instances in the restored DB cluster can be created.RestoreDbClusterFromSnapshotRequest.Builder.availabilityZones(Collection<String> availabilityZones) Provides the list of Availability Zones (AZs) where instances in the restored DB cluster can be created.RestoreDbClusterFromSnapshotRequest.Builder.backtrackWindow(Long backtrackWindow) The target backtrack window, in seconds.RestoreDbClusterFromSnapshotRequest.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The number of days for which automated backups are retained.RestoreDbClusterFromSnapshotRequest.builder()RestoreDbClusterFromSnapshotRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Specifies whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.databaseName(String databaseName) The database name for the restored DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) The name of the DB cluster to create from the DB snapshot or DB cluster snapshot.RestoreDbClusterFromSnapshotRequest.Builder.dbClusterInstanceClass(String dbClusterInstanceClass) The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge.RestoreDbClusterFromSnapshotRequest.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName) The name of the DB cluster parameter group to associate with this DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.dbSubnetGroupName(String dbSubnetGroupName) The name of the DB subnet group to use for the new DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.deletionProtection(Boolean deletionProtection) Specifies whether to enable deletion protection for the DB cluster.The Active Directory directory ID to restore the DB cluster in.RestoreDbClusterFromSnapshotRequest.Builder.domainIAMRoleName(String domainIAMRoleName) The name of the IAM role to be used when making API calls to the Directory Service.RestoreDbClusterFromSnapshotRequest.Builder.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports) The list of logs that the restored DB cluster is to export to Amazon CloudWatch Logs.RestoreDbClusterFromSnapshotRequest.Builder.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports) The list of logs that the restored DB cluster is to export to Amazon CloudWatch Logs.RestoreDbClusterFromSnapshotRequest.Builder.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication) Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts.RestoreDbClusterFromSnapshotRequest.Builder.enableInternetAccessGateway(Boolean enableInternetAccessGateway) Specifies that the restored DB cluster should use internet-based connectivity through an internet access gateway.RestoreDbClusterFromSnapshotRequest.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights) Specifies whether to turn on Performance Insights for the DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.enableVPCNetworking(Boolean enableVPCNetworking) Specifies whether to enable VPC networking for the restored DB cluster.The database engine to use for the new DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.engineLifecycleSupport(String engineLifecycleSupport) The life cycle type for this DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.engineMode(String engineMode) The DB engine mode of the DB cluster, eitherprovisionedorserverless.RestoreDbClusterFromSnapshotRequest.Builder.engineVersion(String engineVersion) The version of the database engine to use for the new DB cluster.The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.The Amazon Web Services KMS key identifier to use when restoring an encrypted DB cluster from a DB snapshot or DB cluster snapshot.RestoreDbClusterFromSnapshotRequest.Builder.monitoringInterval(Integer monitoringInterval) The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.monitoringRoleArn(String monitoringRoleArn) The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.RestoreDbClusterFromSnapshotRequest.Builder.networkType(String networkType) The network type of the DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.optionGroupName(String optionGroupName) The name of the option group to use for the restored DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RestoreDbClusterFromSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RestoreDbClusterFromSnapshotRequest.Builder.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId) The Amazon Web Services KMS key identifier for encryption of Performance Insights data.RestoreDbClusterFromSnapshotRequest.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod) The number of days to retain Performance Insights data.The port number on which the new DB cluster accepts connections.RestoreDbClusterFromSnapshotRequest.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, using theBackupRetentionPeriodparameter.RestoreDbClusterFromSnapshotRequest.Builder.publiclyAccessible(Boolean publiclyAccessible) Specifies whether the DB cluster is publicly accessible.RestoreDbClusterFromSnapshotRequest.Builder.rdsCustomClusterConfiguration(Consumer<RdsCustomClusterConfiguration.Builder> rdsCustomClusterConfiguration) Reserved for future use.RestoreDbClusterFromSnapshotRequest.Builder.rdsCustomClusterConfiguration(RdsCustomClusterConfiguration rdsCustomClusterConfiguration) Reserved for future use.RestoreDbClusterFromSnapshotRequest.Builder.scalingConfiguration(Consumer<ScalingConfiguration.Builder> scalingConfiguration) For DB clusters inserverlessDB engine mode, the scaling properties of the DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.scalingConfiguration(ScalingConfiguration scalingConfiguration) For DB clusters inserverlessDB engine mode, the scaling properties of the DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.serverlessV2ScalingConfiguration(Consumer<ServerlessV2ScalingConfiguration.Builder> serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.RestoreDbClusterFromSnapshotRequest.Builder.serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.RestoreDbClusterFromSnapshotRequest.Builder.snapshotIdentifier(String snapshotIdentifier) The identifier for the DB snapshot or DB cluster snapshot to restore from.RestoreDbClusterFromSnapshotRequest.Builder.storageType(String storageType) Specifies the storage type to be associated with the DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.tags(Collection<Tag> tags) The tags to be assigned to the restored DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags) The tags to be assigned to the restored DB cluster.The tags to be assigned to the restored DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) Tags to assign to resources associated with the DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB cluster.RestoreDbClusterFromSnapshotRequest.toBuilder()RestoreDbClusterFromSnapshotRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) A list of VPC security groups that the new DB cluster will belong to.RestoreDbClusterFromSnapshotRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) A list of VPC security groups that the new DB cluster will belong to.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type RestoreDbClusterFromSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RestoreDbClusterFromSnapshotRequest.Builder>RestoreDbClusterFromSnapshotRequest.serializableBuilderClass()