Package com.rockset.client.model
Class RedshiftIntegration
java.lang.Object
com.rockset.client.model.RedshiftIntegration
RedshiftIntegration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsAccessKey
(AwsAccessKey awsAccessKey) boolean
AWS access key credentialsgetHost()
Redshift Cluster hostPassword associated with Redshift clustergetPort()
Redshift Cluster portunload S3 bucket pathUsername associated with Redshift clusterint
hashCode()
s3BucketPath
(String s3BucketPath) void
setAwsAccessKey
(AwsAccessKey awsAccessKey) void
void
setPassword
(String password) void
void
setS3BucketPath
(String s3BucketPath) void
setUsername
(String username) toString()
-
Constructor Details
-
RedshiftIntegration
public RedshiftIntegration()
-
-
Method Details
-
awsAccessKey
-
getAwsAccessKey
AWS access key credentials- Returns:
- awsAccessKey
-
setAwsAccessKey
-
username
-
getUsername
Username associated with Redshift cluster- Returns:
- username
-
setUsername
-
password
-
getPassword
Password associated with Redshift cluster- Returns:
- password
-
setPassword
-
host
-
getHost
Redshift Cluster host- Returns:
- host
-
setHost
-
port
-
getPort
Redshift Cluster port- Returns:
- port
-
setPort
-
s3BucketPath
-
getS3BucketPath
unload S3 bucket path- Returns:
- s3BucketPath
-
setS3BucketPath
-
equals
-
hashCode
public int hashCode() -
toString
-