Class RedshiftAccount
- java.lang.Object
-
- software.tnb.aws.common.account.AWSAccount
-
- software.tnb.aws.redshift.account.RedshiftAccount
-
public class RedshiftAccount extends AWSAccount
-
-
Field Summary
-
Fields inherited from interface software.tnb.common.account.WithId
SYSTEM_PROPERTY_FORMAT
-
-
Constructor Summary
Constructors Constructor Description RedshiftAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclusterIdentifier()StringcredentialsId()Stringpassword()voidsetCluster_identifier(String cluster_identifier)voidsetPassword(String password)-
Methods inherited from class software.tnb.aws.common.account.AWSAccount
accessKey, accountId, region, secretKey, setAccess_key, setAccount_id, setRegion, setSecret_key
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.tnb.common.account.Account
toProperties
-
-
-
-
Method Detail
-
credentialsId
public String credentialsId()
- Specified by:
credentialsIdin interfaceWithId- Overrides:
credentialsIdin classAWSAccount
-
password
public String password()
-
setPassword
public void setPassword(String password)
-
clusterIdentifier
public String clusterIdentifier()
-
setCluster_identifier
public void setCluster_identifier(String cluster_identifier)
-
-