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.String
getAccessKey()
The Access Key for the Amazon Accountjava.lang.String
getAccountNumber()
The Account Number for the Amazon AccountCredentialType
getCredentialType()
credential typeAMICreationHelperHostMachine
getHelperHostMachine()
helper machine details to create AMIjava.lang.String
getNickname()
Nickname of this credentialjava.lang.String
getPathToAmazonIssuedPrivateKey()
The private key file path for the Amazon Accountjava.lang.String
getPathToAmazonIssuedX509Certificate()
The x.509 certificate file path for the Amazon Accountjava.lang.String
getSecretKey()
The Secret Key for the Amazon Accountvoid
setAccessKey(java.lang.String AccessKey)
The Access Key for the Amazon Accountvoid
setAccountNumber(java.lang.String AccountNumber)
The Account Number for the Amazon Accountvoid
setCredentialType(CredentialType CredentialType)
credential typevoid
setHelperHostMachine(AMICreationHelperHostMachine HelperHostMachine)
helper machine details to create AMIvoid
setNickname(java.lang.String Nickname)
Nickname of this credentialvoid
setPathToAmazonIssuedPrivateKey(java.lang.String PathToAmazonIssuedPrivateKey)
The private key file path for the Amazon Accountvoid
setPathToAmazonIssuedX509Certificate(java.lang.String PathToAmazonIssuedX509Certificate)
The x.509 certificate file path for the Amazon Accountvoid
setSecretKey(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
-
-