| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<Cluster> |
AmazonRedshiftAsyncClient.restoreFromClusterSnapshotAsync(RestoreFromClusterSnapshotRequest request,
AsyncHandler<RestoreFromClusterSnapshotRequest,Cluster> asyncHandler) |
Future<Cluster> |
AmazonRedshiftAsync.restoreFromClusterSnapshotAsync(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest,
AsyncHandler<RestoreFromClusterSnapshotRequest,Cluster> asyncHandler)
Creates a new cluster from a snapshot.
|
Future<Cluster> |
AbstractAmazonRedshiftAsync.restoreFromClusterSnapshotAsync(RestoreFromClusterSnapshotRequest request,
AsyncHandler<RestoreFromClusterSnapshotRequest,Cluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.clone() |
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withAdditionalInfo(String additionalInfo)
Reserved.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withAllowVersionUpgrade(Boolean allowVersionUpgrade)
If
true, major version upgrades can be applied during the maintenance window to the Amazon Redshift
engine that is running on the cluster. |
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withAquaConfigurationStatus(AquaConfigurationStatus aquaConfigurationStatus)
This parameter is retired.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withAquaConfigurationStatus(String aquaConfigurationStatus)
This parameter is retired.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The number of days that automated snapshots are retained.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withAvailabilityZone(String availabilityZone)
The Amazon EC2 Availability Zone in which to restore the cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withAvailabilityZoneRelocation(Boolean availabilityZoneRelocation)
The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is
restored.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster that will be created from restoring the snapshot.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withClusterParameterGroupName(String clusterParameterGroupName)
The name of the parameter group to be associated with this cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withClusterSecurityGroups(Collection<String> clusterSecurityGroups)
A list of security groups to be associated with this cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withClusterSecurityGroups(String... clusterSecurityGroups)
A list of security groups to be associated with this cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group where you want to cluster restored.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withDefaultIamRoleArn(String defaultIamRoleArn)
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.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withElasticIp(String elasticIp)
The Elastic IP (EIP) address for the cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withEncrypted(Boolean encrypted)
Enables support for restoring an unencrypted snapshot to a cluster encrypted with Key Management Service (KMS)
and a customer managed key.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withEnhancedVpcRouting(Boolean enhancedVpcRouting)
An option that specifies whether to create the cluster with enhanced VPC routing enabled.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption
keys stored in an HSM.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
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.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withIamRoles(Collection<String> iamRoles)
A list of Identity and Access Management (IAM) roles that can be used by the cluster to access other Amazon Web
Services services.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withIamRoles(String... iamRoles)
A list of Identity and Access Management (IAM) roles that can be used by the cluster to access other Amazon Web
Services services.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withIpAddressType(String ipAddressType)
The IP address type for the cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withKmsKeyId(String kmsKeyId)
The Key Management Service (KMS) key ID of the encryption key that encrypts data in the cluster restored from a
shared snapshot.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withMaintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track for the restored cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withManageMasterPassword(Boolean manageMasterPassword)
If
true, Amazon Redshift uses Secrets Manager to manage the restored cluster's admin credentials. |
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withManualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The default number of days to retain a manual snapshot.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withMasterPasswordSecretKmsKeyId(String masterPasswordSecretKmsKeyId)
The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withMultiAZ(Boolean multiAZ)
If true, the snapshot will be restored to a cluster deployed in two Availability Zones.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withNodeType(String nodeType)
The node type that the restored cluster will be provisioned with.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withNumberOfNodes(Integer numberOfNodes)
The number of nodes specified when provisioning the restored cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withOwnerAccount(String ownerAccount)
The Amazon Web Services account used to create or copy the snapshot.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withPort(Integer port)
The port number on which the cluster accepts connections.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range (in UTC) during which automated cluster maintenance can occur.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withPubliclyAccessible(Boolean publiclyAccessible)
If
true, the cluster can be accessed from a public network. |
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withReservedNodeId(String reservedNodeId)
The identifier of the target reserved node offering.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withSnapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot associated with the message to restore from a cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withSnapshotClusterIdentifier(String snapshotClusterIdentifier)
The name of the cluster the source snapshot was created from.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withSnapshotIdentifier(String snapshotIdentifier)
The name of the snapshot from which to create the new cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withSnapshotScheduleIdentifier(String snapshotScheduleIdentifier)
A unique identifier for the snapshot schedule.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withTargetReservedNodeOfferingId(String targetReservedNodeOfferingId)
The identifier of the target reserved node offering.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
|
Copyright © 2024. All rights reserved.