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.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.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(String... clusterSecurityGroups) |
A list of security groups 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.withClusterSubnetGroupName(String clusterSubnetGroupName) |
The name of the subnet group where you want to cluster restored.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withElasticIp(String elasticIp) |
The elastic IP (EIP) address for the cluster.
|
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(String... iamRoles) |
A list of AWS Identity and Access Management (IAM) roles that can be used
by the cluster to access other AWS services.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withIamRoles(Collection<String> iamRoles) |
A list of AWS Identity and Access Management (IAM) roles that can be used
by the cluster to access other AWS services.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withKmsKeyId(String kmsKeyId) |
The AWS Key Management Service (KMS) key ID of the encryption key that
you want to use to encrypt data in the cluster that you restore from a
shared snapshot.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withNodeType(String nodeType) |
The node type that the restored cluster will be provisioned with.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withOwnerAccount(String ownerAccount) |
The AWS customer 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.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.withVpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of Virtual Private Cloud (VPC) security groups to be associated
with the cluster.
|
RestoreFromClusterSnapshotRequest |
RestoreFromClusterSnapshotRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of Virtual Private Cloud (VPC) security groups to be associated
with the cluster.
|