awscala.redshift

NewCluster

case class NewCluster(identifier: String, dbName: String, masterUsername: String, masterUserPassword: String, parameterGroupName: Option[String] = scala.None, availabilityZone: Option[AvailabilityZone] = scala.None, subnetGroupName: Option[String] = scala.None, clusterType: ClusterType = ClusterType.SingleNode, clusterVersion: ClusterVersion = ClusterVersion.Version_1_0, nodeType: NodeType = NodeType.dw_hs1_xlarge, numOfNodes: Int = 1, port: Int = 5439, preferredMaintenanceWindow: Option[String] = scala.None, encrypted: Boolean = false, allowVersionUpgrade: Boolean = true, publiclyAccessible: Boolean = true, automatedSnapshotRetentionPeriod: Int = 1, securityGroupNames: Seq[String] = immutable.this.Nil, vpcSecurityGroupIds: Seq[String] = immutable.this.Nil) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NewCluster
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NewCluster(identifier: String, dbName: String, masterUsername: String, masterUserPassword: String, parameterGroupName: Option[String] = scala.None, availabilityZone: Option[AvailabilityZone] = scala.None, subnetGroupName: Option[String] = scala.None, clusterType: ClusterType = ClusterType.SingleNode, clusterVersion: ClusterVersion = ClusterVersion.Version_1_0, nodeType: NodeType = NodeType.dw_hs1_xlarge, numOfNodes: Int = 1, port: Int = 5439, preferredMaintenanceWindow: Option[String] = scala.None, encrypted: Boolean = false, allowVersionUpgrade: Boolean = true, publiclyAccessible: Boolean = true, automatedSnapshotRetentionPeriod: Int = 1, securityGroupNames: Seq[String] = immutable.this.Nil, vpcSecurityGroupIds: Seq[String] = immutable.this.Nil)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val allowVersionUpgrade: Boolean

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val automatedSnapshotRetentionPeriod: Int

  9. val availabilityZone: Option[AvailabilityZone]

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. val clusterType: ClusterType

  12. val clusterVersion: ClusterVersion

  13. val dbName: String

  14. val encrypted: Boolean

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. val identifier: String

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val masterUserPassword: String

  20. val masterUsername: String

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. val nodeType: NodeType

  23. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. val numOfNodes: Int

  26. val parameterGroupName: Option[String]

  27. val port: Int

  28. val preferredMaintenanceWindow: Option[String]

  29. val publiclyAccessible: Boolean

  30. val securityGroupNames: Seq[String]

  31. val subnetGroupName: Option[String]

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. val vpcSecurityGroupIds: Seq[String]

  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped