Java com.amazonaws.services.redshift.model CreateClusterRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.redshift.model CreateClusterRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.redshift.model CreateClusterRequest.

The text is from its open source code.

Constructor

Method

voidsetClusterIdentifier(String clusterIdentifier)

A unique identifier for the cluster.

voidsetDBName(String dBName)

The name of the first database to be created when the cluster is created.

voidsetMasterUsername(String masterUsername)

The user name associated with the master user account for the cluster that is being created.

voidsetMasterUserPassword(String masterUserPassword)

The password associated with the master user account for the cluster that is being created.

voidsetNodeType(String nodeType)

The node type to be provisioned for the cluster.

voidsetNumberOfNodes(Integer numberOfNodes)

The number of compute nodes in the cluster.