Class AmazonCredentialInformationImpl
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.vapp.credentials.AmazonCredentialInformationImpl
-
- All Implemented Interfaces:
Referenceable,AmazonCredentialInformation,CredentialInformation
public final class AmazonCredentialInformationImpl extends ProjectObject implements AmazonCredentialInformation
Denotes the Amazon Credential Information associated with an Amazon Account Project Automation users need to only set the nickname associated with the credential stored in the credstore.
-
-
Constructor Summary
Constructors Constructor Description AmazonCredentialInformationImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccessKey()The Access Key for the Amazon Accountjava.lang.StringgetAccountNumber()The Account Number for the Amazon AccountCredentialTypegetCredentialType()credential typeAMICreationHelperHostMachinegetHelperHostMachine()helper machine details to create AMIjava.lang.StringgetNickname()Nickname of this credentialjava.lang.StringgetPathToAmazonIssuedPrivateKey()The private key file path for the Amazon Accountjava.lang.StringgetPathToAmazonIssuedX509Certificate()The x.509 certificate file path for the Amazon Accountjava.lang.StringgetSecretKey()The Secret Key for the Amazon AccountvoidsetAccessKey(java.lang.String AccessKey)The Access Key for the Amazon AccountvoidsetAccountNumber(java.lang.String AccountNumber)The Account Number for the Amazon AccountvoidsetCredentialType(CredentialType CredentialType)credential typevoidsetHelperHostMachine(AMICreationHelperHostMachine HelperHostMachine)helper machine details to create AMIvoidsetNickname(java.lang.String Nickname)Nickname of this credentialvoidsetPathToAmazonIssuedPrivateKey(java.lang.String PathToAmazonIssuedPrivateKey)The private key file path for the Amazon AccountvoidsetPathToAmazonIssuedX509Certificate(java.lang.String PathToAmazonIssuedX509Certificate)The x.509 certificate file path for the Amazon AccountvoidsetSecretKey(java.lang.String SecretKey)The Secret Key for the Amazon Account-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getAccessKey
public java.lang.String getAccessKey()
The Access Key for the Amazon Account
-
setAccessKey
public void setAccessKey(java.lang.String AccessKey)
The Access Key for the Amazon Account
-
getSecretKey
public java.lang.String getSecretKey()
The Secret Key for the Amazon Account
-
setSecretKey
public void setSecretKey(java.lang.String SecretKey)
The Secret Key for the Amazon Account
-
getAccountNumber
public java.lang.String getAccountNumber()
The Account Number for the Amazon Account
-
setAccountNumber
public void setAccountNumber(java.lang.String AccountNumber)
The Account Number for the Amazon Account
-
getPathToAmazonIssuedPrivateKey
public java.lang.String getPathToAmazonIssuedPrivateKey()
The private key file path for the Amazon Account
-
setPathToAmazonIssuedPrivateKey
public void setPathToAmazonIssuedPrivateKey(java.lang.String PathToAmazonIssuedPrivateKey)
The private key file path for the Amazon Account
-
getPathToAmazonIssuedX509Certificate
public java.lang.String getPathToAmazonIssuedX509Certificate()
The x.509 certificate file path for the Amazon Account
-
setPathToAmazonIssuedX509Certificate
public void setPathToAmazonIssuedX509Certificate(java.lang.String PathToAmazonIssuedX509Certificate)
The x.509 certificate file path for the Amazon Account
-
getCredentialType
public CredentialType getCredentialType()
credential type
-
setCredentialType
public void setCredentialType(CredentialType CredentialType)
credential type
-
getHelperHostMachine
public AMICreationHelperHostMachine getHelperHostMachine()
helper machine details to create AMI
-
setHelperHostMachine
public void setHelperHostMachine(AMICreationHelperHostMachine HelperHostMachine)
helper machine details to create AMI
-
getNickname
public java.lang.String getNickname()
Nickname of this credential
-
setNickname
public void setNickname(java.lang.String Nickname)
Nickname of this credential
-
-