Class RedshiftIntegration

java.lang.Object
com.rockset.client.model.RedshiftIntegration

public class RedshiftIntegration extends Object
RedshiftIntegration
  • Constructor Details

    • RedshiftIntegration

      public RedshiftIntegration()
  • Method Details

    • awsAccessKey

      public RedshiftIntegration awsAccessKey(AwsAccessKey awsAccessKey)
    • getAwsAccessKey

      public AwsAccessKey getAwsAccessKey()
      AWS access key credentials
      Returns:
      awsAccessKey
    • setAwsAccessKey

      public void setAwsAccessKey(AwsAccessKey awsAccessKey)
    • username

      public RedshiftIntegration username(String username)
    • getUsername

      public String getUsername()
      Username associated with Redshift cluster
      Returns:
      username
    • setUsername

      public void setUsername(String username)
    • password

      public RedshiftIntegration password(String password)
    • getPassword

      public String getPassword()
      Password associated with Redshift cluster
      Returns:
      password
    • setPassword

      public void setPassword(String password)
    • host

      public RedshiftIntegration host(String host)
    • getHost

      public String getHost()
      Redshift Cluster host
      Returns:
      host
    • setHost

      public void setHost(String host)
    • port

      public RedshiftIntegration port(Integer port)
    • getPort

      public Integer getPort()
      Redshift Cluster port
      Returns:
      port
    • setPort

      public void setPort(Integer port)
    • s3BucketPath

      public RedshiftIntegration s3BucketPath(String s3BucketPath)
    • getS3BucketPath

      public String getS3BucketPath()
      unload S3 bucket path
      Returns:
      s3BucketPath
    • setS3BucketPath

      public void setS3BucketPath(String s3BucketPath)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object