Uses of Class
com.amazonaws.services.redshift.model.CreateClusterRequest
Packages that use CreateClusterRequest
-
Uses of CreateClusterRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type CreateClusterRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.createCluster
(CreateClusterRequest request) AmazonRedshift.createCluster
(CreateClusterRequest createClusterRequest) Creates a new cluster.AmazonRedshiftClient.createCluster
(CreateClusterRequest createClusterRequest) Creates a new cluster.AbstractAmazonRedshiftAsync.createClusterAsync
(CreateClusterRequest request) AbstractAmazonRedshiftAsync.createClusterAsync
(CreateClusterRequest request, AsyncHandler<CreateClusterRequest, Cluster> asyncHandler) AmazonRedshiftAsync.createClusterAsync
(CreateClusterRequest createClusterRequest) Creates a new cluster.AmazonRedshiftAsync.createClusterAsync
(CreateClusterRequest createClusterRequest, AsyncHandler<CreateClusterRequest, Cluster> asyncHandler) Creates a new cluster.AmazonRedshiftAsyncClient.createClusterAsync
(CreateClusterRequest request) AmazonRedshiftAsyncClient.createClusterAsync
(CreateClusterRequest request, AsyncHandler<CreateClusterRequest, Cluster> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type CreateClusterRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createClusterAsync
(CreateClusterRequest request, AsyncHandler<CreateClusterRequest, Cluster> asyncHandler) AmazonRedshiftAsync.createClusterAsync
(CreateClusterRequest createClusterRequest, AsyncHandler<CreateClusterRequest, Cluster> asyncHandler) Creates a new cluster.AmazonRedshiftAsyncClient.createClusterAsync
(CreateClusterRequest request, AsyncHandler<CreateClusterRequest, Cluster> asyncHandler) -
Uses of CreateClusterRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return CreateClusterRequestModifier and TypeMethodDescriptionCreateClusterRequest.clone()
CreateClusterRequest.withAdditionalInfo
(String additionalInfo) Reserved.CreateClusterRequest.withAllowVersionUpgrade
(Boolean allowVersionUpgrade) Iftrue
, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.CreateClusterRequest.withAutomatedSnapshotRetentionPeriod
(Integer automatedSnapshotRetentionPeriod) The number of days that automated snapshots are retained.CreateClusterRequest.withAvailabilityZone
(String availabilityZone) The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster.CreateClusterRequest.withClusterIdentifier
(String clusterIdentifier) A unique identifier for the cluster.CreateClusterRequest.withClusterParameterGroupName
(String clusterParameterGroupName) The name of the parameter group to be associated with this cluster.CreateClusterRequest.withClusterSecurityGroups
(String... clusterSecurityGroups) A list of security groups to be associated with this cluster.CreateClusterRequest.withClusterSecurityGroups
(Collection<String> clusterSecurityGroups) A list of security groups to be associated with this cluster.CreateClusterRequest.withClusterSubnetGroupName
(String clusterSubnetGroupName) The name of a cluster subnet group to be associated with this cluster.CreateClusterRequest.withClusterType
(String clusterType) The type of the cluster.CreateClusterRequest.withClusterVersion
(String clusterVersion) The version of the Amazon Redshift engine software that you want to deploy on the cluster.CreateClusterRequest.withDBName
(String dBName) The name of the first database to be created when the cluster is created.CreateClusterRequest.withElasticIp
(String elasticIp) The Elastic IP (EIP) address for the cluster.CreateClusterRequest.withEncrypted
(Boolean encrypted) Iftrue
, the data in the cluster is encrypted at rest.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.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.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.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.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.withMasterUsername
(String masterUsername) The user name associated with the master user account for the cluster that is being created.CreateClusterRequest.withMasterUserPassword
(String masterUserPassword) The password associated with the master user account for the cluster that is being created.CreateClusterRequest.withNodeType
(String nodeType) The node type to be provisioned for the cluster.CreateClusterRequest.withNumberOfNodes
(Integer numberOfNodes) The number of compute nodes in the cluster.The port number on which the cluster accepts incoming connections.CreateClusterRequest.withPreferredMaintenanceWindow
(String preferredMaintenanceWindow) The weekly time range (in UTC) during which automated cluster maintenance can occur.CreateClusterRequest.withPubliclyAccessible
(Boolean publiclyAccessible) Iftrue
, the cluster can be accessed from a public network.A list of tag instances.CreateClusterRequest.withTags
(Collection<Tag> tags) A list of tag instances.CreateClusterRequest.withVpcSecurityGroupIds
(String... vpcSecurityGroupIds) A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.CreateClusterRequest.withVpcSecurityGroupIds
(Collection<String> vpcSecurityGroupIds) A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.