Class AWSConfigurationRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.862-07:00")
    public class AWSConfigurationRequest
    extends Object
    Request object for AWS configuration.
    • Constructor Detail

      • AWSConfigurationRequest

        public AWSConfigurationRequest()
    • Method Detail

      • getInstanceProfile

        public String getInstanceProfile()
        Getter for instanceProfile. The ARN of an IAM instance profile.
      • setInstanceProfile

        public void setInstanceProfile​(String instanceProfile)
        Setter for instanceProfile. The ARN of an IAM instance profile.
      • getStorageBucketLocation

        public String getStorageBucketLocation()
        Getter for storageBucketLocation. The location of the S3 bucket to be used as storage. The location has to start with s3a:// followed by the bucket name.
      • setStorageBucketLocation

        public void setStorageBucketLocation​(String storageBucketLocation)
        Setter for storageBucketLocation. The location of the S3 bucket to be used as storage. The location has to start with s3a:// followed by the bucket name.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object