Class AWSConfigurationRequest

java.lang.Object
com.cloudera.cdp.datalake.model.AWSConfigurationRequest

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

    • AWSConfigurationRequest

      public AWSConfigurationRequest()
  • Method Details

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