Class ValidateAwsCloudStorageRequest


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

      • ValidateAwsCloudStorageRequest

        public ValidateAwsCloudStorageRequest()
    • Method Detail

      • getCredentialCrn

        public String getCredentialCrn()
        Getter for credentialCrn. The CRN of the credential.
      • setCredentialCrn

        public void setCredentialCrn​(String credentialCrn)
        Setter for credentialCrn. The CRN of the credential.
      • getStorageLocation

        public String getStorageLocation()
        Getter for storageLocation. AWS S3 storage bucket location for logging.
      • setStorageLocation

        public void setStorageLocation​(String storageLocation)
        Setter for storageLocation. AWS S3 storage bucket location for logging.
      • getInstanceProfile

        public String getInstanceProfile()
        Getter for instanceProfile. AWS instance profile.
      • setInstanceProfile

        public void setInstanceProfile​(String instanceProfile)
        Setter for instanceProfile. AWS instance profile.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object