Class CreateAwsCredentialRequest

java.lang.Object
com.cloudera.cdp.replicationmanager.model.CreateAwsCredentialRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:38.989-07:00") public class CreateAwsCredentialRequest extends Object
Request object for creating AWS IAM or Access & Secret Key cloud credentials.
  • Constructor Details Link icon

    • CreateAwsCredentialRequest Link icon

      public CreateAwsCredentialRequest()
  • Method Details Link icon

    • getName Link icon

      public String getName()
      Getter for name. Name of the credential.
    • setName Link icon

      public void setName(String name)
      Setter for name. Name of the credential.
    • getClusters Link icon

      public List<String> getClusters()
      Getter for clusters. List of cluster CRNs where the credential should be created.
    • setClusters Link icon

      public void setClusters(List<String> clusters)
      Setter for clusters. List of cluster CRNs where the credential should be created.
    • getType Link icon

      public String getType()
      Getter for type. Type of the credential. Additional required parameters by type: IAM: none; ACCESSKEY: accessKey, secretKey. Superfluous parameters are ignored. Providing IAM will create an IAM Role-based Authentication account in Cloudera Manager. Providing ACCESSKEY will create an AWS Access Key Authentication account in Cloudera Manager.
    • setType Link icon

      public void setType(String type)
      Setter for type. Type of the credential. Additional required parameters by type: IAM: none; ACCESSKEY: accessKey, secretKey. Superfluous parameters are ignored. Providing IAM will create an IAM Role-based Authentication account in Cloudera Manager. Providing ACCESSKEY will create an AWS Access Key Authentication account in Cloudera Manager.
    • getAccessKey Link icon

      public String getAccessKey()
      Getter for accessKey. AWS access key.
    • setAccessKey Link icon

      public void setAccessKey(String accessKey)
      Setter for accessKey. AWS access key.
    • getSecretKey Link icon

      public String getSecretKey()
      Getter for secretKey. AWS secret key.
    • setSecretKey Link icon

      public void setSecretKey(String secretKey)
      Setter for secretKey. AWS secret key.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object