Class AwsCredentialProperties

java.lang.Object
com.cloudera.cdp.environments.model.AwsCredentialProperties

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:35.786-07:00") public class AwsCredentialProperties extends Object
The credential properties that closely related to those that have been created on AWS.
  • Constructor Details Link icon

    • AwsCredentialProperties Link icon

      public AwsCredentialProperties()
  • Method Details Link icon

    • getRoleArn Link icon

      public String getRoleArn()
      Getter for roleArn. The AWS role arn for the given credential.
    • setRoleArn Link icon

      public void setRoleArn(String roleArn)
      Setter for roleArn. The AWS role arn for the given credential.
    • getGovCloud Link icon

      public Boolean getGovCloud()
      Getter for govCloud. Flag that indicates that the given AWS credential is GovCloud specfic.
    • setGovCloud Link icon

      public void setGovCloud(Boolean govCloud)
      Setter for govCloud. Flag that indicates that the given AWS credential is GovCloud specfic.
    • 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