Class AwsCredentialProperties

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class AwsCredentialProperties extends Object
The credential properties that closely related to those that have been created on AWS.
  • Constructor Details

    • AwsCredentialProperties

      public AwsCredentialProperties()
  • Method Details

    • getRoleArn

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

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

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

      public void setGovCloud(Boolean govCloud)
      Setter for govCloud. Flag that indicates that the given AWS credential is GovCloud specfic.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object