Class BackupStorageAwsDetails


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class BackupStorageAwsDetails
    extends Object
    AWS-specific backup storage configuration information.
    • Constructor Detail

      • BackupStorageAwsDetails

        public BackupStorageAwsDetails()
    • Method Detail

      • getStorageLocationBase

        public String getStorageLocationBase()
        Getter for storageLocationBase. The base location to store backup in S3. This should be an s3a:// url.
      • setStorageLocationBase

        public void setStorageLocationBase​(String storageLocationBase)
        Setter for storageLocationBase. The base location to store backup in S3. This should be an s3a:// url.
      • getInstanceProfile

        public String getInstanceProfile()
        Getter for instanceProfile. The AWS instance profile which contains the necessary permissions to access the S3 storage location.
      • setInstanceProfile

        public void setInstanceProfile​(String instanceProfile)
        Setter for instanceProfile. The AWS instance profile which contains the necessary permissions to access the S3 storage location.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object