Class AwsCredentialProperties


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class AwsCredentialProperties
    extends Object
    The credential properties that closely related to those that have been created on AWS.
    • Constructor Detail

      • AwsCredentialProperties

        public AwsCredentialProperties()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object