aws_sdk_redshift/client/restore_from_cluster_snapshot.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`RestoreFromClusterSnapshot`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`cluster_identifier(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::cluster_identifier) / [`set_cluster_identifier(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_cluster_identifier):<br>required: **true**<br><p>The identifier of the cluster that will be created from restoring the snapshot.</p> <p>Constraints:</p> <ul> <li> <p>Must contain from 1 to 63 alphanumeric characters or hyphens.</p></li> <li> <p>Alphabetic characters must be lowercase.</p></li> <li> <p>First character must be a letter.</p></li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p></li> <li> <p>Must be unique for all clusters within an Amazon Web Services account.</p></li> </ul><br>
7 /// - [`snapshot_identifier(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::snapshot_identifier) / [`set_snapshot_identifier(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_snapshot_identifier):<br>required: **false**<br><p>The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive. You must specify this parameter or <code>snapshotArn</code>, but not both.</p> <p>Example: <code>my-snapshot-id</code></p><br>
8 /// - [`snapshot_arn(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::snapshot_arn) / [`set_snapshot_arn(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_snapshot_arn):<br>required: **false**<br><p>The Amazon Resource Name (ARN) of the snapshot associated with the message to restore from a cluster. You must specify this parameter or <code>snapshotIdentifier</code>, but not both.</p><br>
9 /// - [`snapshot_cluster_identifier(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::snapshot_cluster_identifier) / [`set_snapshot_cluster_identifier(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_snapshot_cluster_identifier):<br>required: **false**<br><p>The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.</p><br>
10 /// - [`port(i32)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::port) / [`set_port(Option<i32>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_port):<br>required: **false**<br><p>The port number on which the cluster accepts connections.</p> <p>Default: The same port as the original cluster.</p> <p>Valid values: For clusters with DC2 nodes, must be within the range <code>1150</code>-<code>65535</code>. For clusters with ra3 nodes, must be within the ranges <code>5431</code>-<code>5455</code> or <code>8191</code>-<code>8215</code>.</p><br>
11 /// - [`availability_zone(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::availability_zone) / [`set_availability_zone(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_availability_zone):<br>required: **false**<br><p>The Amazon EC2 Availability Zone in which to restore the cluster.</p> <p>Default: A random, system-chosen Availability Zone.</p> <p>Example: <code>us-east-2a</code></p><br>
12 /// - [`allow_version_upgrade(bool)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::allow_version_upgrade) / [`set_allow_version_upgrade(Option<bool>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_allow_version_upgrade):<br>required: **false**<br><p>If <code>true</code>, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.</p> <p>Default: <code>true</code></p><br>
13 /// - [`cluster_subnet_group_name(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::cluster_subnet_group_name) / [`set_cluster_subnet_group_name(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_cluster_subnet_group_name):<br>required: **false**<br><p>The name of the subnet group where you want to cluster restored.</p> <p>A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.</p><br>
14 /// - [`publicly_accessible(bool)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::publicly_accessible) / [`set_publicly_accessible(Option<bool>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_publicly_accessible):<br>required: **false**<br><p>If <code>true</code>, the cluster can be accessed from a public network.</p> <p>Default: false</p><br>
15 /// - [`owner_account(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::owner_account) / [`set_owner_account(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_owner_account):<br>required: **false**<br><p>The Amazon Web Services account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.</p><br>
16 /// - [`hsm_client_certificate_identifier(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::hsm_client_certificate_identifier) / [`set_hsm_client_certificate_identifier(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_hsm_client_certificate_identifier):<br>required: **false**<br><p>Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.</p><br>
17 /// - [`hsm_configuration_identifier(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::hsm_configuration_identifier) / [`set_hsm_configuration_identifier(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_hsm_configuration_identifier):<br>required: **false**<br><p>Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.</p><br>
18 /// - [`elastic_ip(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::elastic_ip) / [`set_elastic_ip(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_elastic_ip):<br>required: **false**<br><p>The Elastic IP (EIP) address for the cluster. Don't specify the Elastic IP address for a publicly accessible cluster with availability zone relocation turned on.</p><br>
19 /// - [`cluster_parameter_group_name(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::cluster_parameter_group_name) / [`set_cluster_parameter_group_name(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_cluster_parameter_group_name):<br>required: **false**<br><p>The name of the parameter group to be associated with this cluster.</p> <p>Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Working with Amazon Redshift Parameter Groups</a>.</p> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 255 alphanumeric characters or hyphens.</p></li> <li> <p>First character must be a letter.</p></li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p></li> </ul><br>
20 /// - [`cluster_security_groups(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::cluster_security_groups) / [`set_cluster_security_groups(Option<Vec::<String>>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_cluster_security_groups):<br>required: **false**<br><p>A list of security groups to be associated with this cluster.</p> <p>Default: The default cluster security group for Amazon Redshift.</p> <p>Cluster security groups only apply to clusters outside of VPCs.</p><br>
21 /// - [`vpc_security_group_ids(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::vpc_security_group_ids) / [`set_vpc_security_group_ids(Option<Vec::<String>>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_vpc_security_group_ids):<br>required: **false**<br><p>A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.</p> <p>Default: The default VPC security group is associated with the cluster.</p> <p>VPC security groups only apply to clusters in VPCs.</p><br>
22 /// - [`preferred_maintenance_window(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::preferred_maintenance_window) / [`set_preferred_maintenance_window(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_preferred_maintenance_window):<br>required: **false**<br><p>The weekly time range (in UTC) during which automated cluster maintenance can occur.</p> <p>Format: <code>ddd:hh24:mi-ddd:hh24:mi</code></p> <p>Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#rs-maintenance-windows">Maintenance Windows</a> in Amazon Redshift Cluster Management Guide.</p> <p>Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun</p> <p>Constraints: Minimum 30-minute window.</p><br>
23 /// - [`automated_snapshot_retention_period(i32)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::automated_snapshot_retention_period) / [`set_automated_snapshot_retention_period(Option<i32>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_automated_snapshot_retention_period):<br>required: **false**<br><p>The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with <code>CreateClusterSnapshot</code>.</p> <p>You can't disable automated snapshots for RA3 node types. Set the automated retention period from 1-35 days.</p> <p>Default: The value selected for the cluster from which the snapshot was taken.</p> <p>Constraints: Must be a value from 0 to 35.</p><br>
24 /// - [`manual_snapshot_retention_period(i32)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::manual_snapshot_retention_period) / [`set_manual_snapshot_retention_period(Option<i32>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_manual_snapshot_retention_period):<br>required: **false**<br><p>The default number of days to retain a manual snapshot. If the value is -1, the snapshot is retained indefinitely. This setting doesn't change the retention period of existing snapshots.</p> <p>The value must be either -1 or an integer between 1 and 3,653.</p><br>
25 /// - [`kms_key_id(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::kms_key_id) / [`set_kms_key_id(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_kms_key_id):<br>required: **false**<br><p>The Key Management Service (KMS) key ID of the encryption key that encrypts data in the cluster restored from a shared snapshot. You can also provide the key ID when you restore from an unencrypted snapshot to an encrypted cluster in the same account. Additionally, you can specify a new KMS key ID when you restore from an encrypted snapshot in the same account in order to change it. In that case, the restored cluster is encrypted with the new KMS key ID.</p><br>
26 /// - [`node_type(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::node_type) / [`set_node_type(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_node_type):<br>required: **false**<br><p>The node type that the restored cluster will be provisioned with.</p> <p>If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc2.large node type into another dc2 type. For more information about node types, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#rs-about-clusters-and-nodes"> About Clusters and Nodes</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p><br>
27 /// - [`enhanced_vpc_routing(bool)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::enhanced_vpc_routing) / [`set_enhanced_vpc_routing(Option<bool>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_enhanced_vpc_routing):<br>required: **false**<br><p>An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/enhanced-vpc-routing.html">Enhanced VPC Routing</a> in the Amazon Redshift Cluster Management Guide.</p> <p>If this option is <code>true</code>, enhanced VPC routing is enabled.</p> <p>Default: false</p><br>
28 /// - [`additional_info(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::additional_info) / [`set_additional_info(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_additional_info):<br>required: **false**<br><p>Reserved.</p><br>
29 /// - [`iam_roles(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::iam_roles) / [`set_iam_roles(Option<Vec::<String>>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_iam_roles):<br>required: **false**<br><p>A list of Identity and Access Management (IAM) roles that can be used by the cluster to access other Amazon Web Services services. You must supply the IAM roles in their Amazon Resource Name (ARN) format.</p> <p>The maximum number of IAM roles that you can associate is subject to a quota. For more information, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Quotas and limits</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p><br>
30 /// - [`maintenance_track_name(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::maintenance_track_name) / [`set_maintenance_track_name(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_maintenance_track_name):<br>required: **false**<br><p>The name of the maintenance track for the restored cluster. When you take a snapshot, the snapshot inherits the <code>MaintenanceTrack</code> value from the cluster. The snapshot might be on a different track than the cluster that was the source for the snapshot. For example, suppose that you take a snapshot of a cluster that is on the current track and then change the cluster to be on the trailing track. In this case, the snapshot and the source cluster are on different tracks.</p><br>
31 /// - [`snapshot_schedule_identifier(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::snapshot_schedule_identifier) / [`set_snapshot_schedule_identifier(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_snapshot_schedule_identifier):<br>required: **false**<br><p>A unique identifier for the snapshot schedule.</p><br>
32 /// - [`number_of_nodes(i32)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::number_of_nodes) / [`set_number_of_nodes(Option<i32>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_number_of_nodes):<br>required: **false**<br><p>The number of nodes specified when provisioning the restored cluster.</p><br>
33 /// - [`availability_zone_relocation(bool)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::availability_zone_relocation) / [`set_availability_zone_relocation(Option<bool>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_availability_zone_relocation):<br>required: **false**<br><p>The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is restored.</p><br>
34 /// - [`aqua_configuration_status(AquaConfigurationStatus)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::aqua_configuration_status) / [`set_aqua_configuration_status(Option<AquaConfigurationStatus>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_aqua_configuration_status):<br>required: **false**<br><p>This parameter is retired. It does not set the AQUA configuration status. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p><br>
35 /// - [`default_iam_role_arn(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::default_iam_role_arn) / [`set_default_iam_role_arn(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_default_iam_role_arn):<br>required: **false**<br><p>The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was last modified while it was restored from a snapshot.</p><br>
36 /// - [`reserved_node_id(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::reserved_node_id) / [`set_reserved_node_id(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_reserved_node_id):<br>required: **false**<br><p>The identifier of the target reserved node offering.</p><br>
37 /// - [`target_reserved_node_offering_id(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::target_reserved_node_offering_id) / [`set_target_reserved_node_offering_id(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_target_reserved_node_offering_id):<br>required: **false**<br><p>The identifier of the target reserved node offering.</p><br>
38 /// - [`encrypted(bool)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::encrypted) / [`set_encrypted(Option<bool>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_encrypted):<br>required: **false**<br><p>Enables support for restoring an unencrypted snapshot to a cluster encrypted with Key Management Service (KMS) and a customer managed key.</p><br>
39 /// - [`manage_master_password(bool)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::manage_master_password) / [`set_manage_master_password(Option<bool>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_manage_master_password):<br>required: **false**<br><p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the restored cluster's admin credentials. If <code>ManageMasterPassword</code> is false or not set, Amazon Redshift uses the admin credentials the cluster had at the time the snapshot was taken.</p><br>
40 /// - [`master_password_secret_kms_key_id(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::master_password_secret_kms_key_id) / [`set_master_password_secret_kms_key_id(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_master_password_secret_kms_key_id):<br>required: **false**<br><p>The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. You can only use this parameter if <code>ManageMasterPassword</code> is true.</p><br>
41 /// - [`ip_address_type(impl Into<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::ip_address_type) / [`set_ip_address_type(Option<String>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_ip_address_type):<br>required: **false**<br><p>The IP address type for the cluster. Possible values are <code>ipv4</code> and <code>dualstack</code>.</p><br>
42 /// - [`multi_az(bool)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::multi_az) / [`set_multi_az(Option<bool>)`](crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::set_multi_az):<br>required: **false**<br><p>If true, the snapshot will be restored to a cluster deployed in two Availability Zones.</p><br>
43 /// - On success, responds with [`RestoreFromClusterSnapshotOutput`](crate::operation::restore_from_cluster_snapshot::RestoreFromClusterSnapshotOutput) with field(s):
44 /// - [`cluster(Option<Cluster>)`](crate::operation::restore_from_cluster_snapshot::RestoreFromClusterSnapshotOutput::cluster): <p>Describes a cluster.</p>
45 /// - On failure, responds with [`SdkError<RestoreFromClusterSnapshotError>`](crate::operation::restore_from_cluster_snapshot::RestoreFromClusterSnapshotError)
46 pub fn restore_from_cluster_snapshot(
47 &self,
48 ) -> crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder {
49 crate::operation::restore_from_cluster_snapshot::builders::RestoreFromClusterSnapshotFluentBuilder::new(self.handle.clone())
50 }
51}