CreateClusterRequest |
CreateClusterRequest.clone() |
|
CreateClusterRequest |
CreateClusterRequest.withAdditionalInfo(String additionalInfo) |
Reserved.
|
CreateClusterRequest |
CreateClusterRequest.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.
|
CreateClusterRequest |
CreateClusterRequest.withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod) |
The number of days that automated snapshots are retained.
|
CreateClusterRequest |
CreateClusterRequest.withAvailabilityZone(String availabilityZone) |
The EC2 Availability Zone (AZ) in which you want Amazon Redshift to
provision the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withClusterIdentifier(String clusterIdentifier) |
A unique identifier for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withClusterParameterGroupName(String clusterParameterGroupName) |
The name of the parameter group to be associated with this cluster.
|
CreateClusterRequest |
CreateClusterRequest.withClusterSecurityGroups(String... clusterSecurityGroups) |
A list of security groups to be associated with this cluster.
|
CreateClusterRequest |
CreateClusterRequest.withClusterSecurityGroups(Collection<String> clusterSecurityGroups) |
A list of security groups to be associated with this cluster.
|
CreateClusterRequest |
CreateClusterRequest.withClusterSubnetGroupName(String clusterSubnetGroupName) |
The name of a cluster subnet group to be associated with this cluster.
|
CreateClusterRequest |
CreateClusterRequest.withClusterType(String clusterType) |
The type of the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withClusterVersion(String clusterVersion) |
The version of the Amazon Redshift engine software that you want to
deploy on the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withDBName(String dBName) |
The name of the first database to be created when the cluster is created.
|
CreateClusterRequest |
CreateClusterRequest.withElasticIp(String elasticIp) |
The Elastic IP (EIP) address for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withEncrypted(Boolean encrypted) |
If true , the data in the cluster is encrypted at rest.
|
CreateClusterRequest |
CreateClusterRequest.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.
|
CreateClusterRequest |
CreateClusterRequest.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.
|
CreateClusterRequest |
CreateClusterRequest.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.
|
CreateClusterRequest |
CreateClusterRequest.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.
|
CreateClusterRequest |
CreateClusterRequest.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.
|
CreateClusterRequest |
CreateClusterRequest.withMasterUsername(String masterUsername) |
The user name associated with the master user account for the cluster
that is being created.
|
CreateClusterRequest |
CreateClusterRequest.withMasterUserPassword(String masterUserPassword) |
The password associated with the master user account for the cluster that
is being created.
|
CreateClusterRequest |
CreateClusterRequest.withNodeType(String nodeType) |
The node type to be provisioned for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withNumberOfNodes(Integer numberOfNodes) |
The number of compute nodes in the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withPort(Integer port) |
The port number on which the cluster accepts incoming connections.
|
CreateClusterRequest |
CreateClusterRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow) |
The weekly time range (in UTC) during which automated cluster maintenance
can occur.
|
CreateClusterRequest |
CreateClusterRequest.withPubliclyAccessible(Boolean publiclyAccessible) |
If true , the cluster can be accessed from a public network.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Tag... tags) |
A list of tag instances.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Collection<Tag> tags) |
A list of tag instances.
|
CreateClusterRequest |
CreateClusterRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of Virtual Private Cloud (VPC) security groups to be associated
with the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of Virtual Private Cloud (VPC) security groups to be associated
with the cluster.
|