Class ArchivingConfigInfo


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.952-07:00")
    public class ArchivingConfigInfo
    extends Object
    Object for holding archiving configuration information for the audit service.
    • Constructor Detail

      • ArchivingConfigInfo

        public ArchivingConfigInfo()
    • Method Detail

      • getStorageLocation

        public String getStorageLocation()
        Getter for storageLocation. The destination for the logs, e.g. S3 bucket name
      • setStorageLocation

        public void setStorageLocation​(String storageLocation)
        Setter for storageLocation. The destination for the logs, e.g. S3 bucket name
      • getCredentialName

        public String getCredentialName()
        Getter for credentialName. The credential name or CRN to use
      • setCredentialName

        public void setCredentialName​(String credentialName)
        Setter for credentialName. The credential name or CRN to use
      • getEnabled

        public Boolean getEnabled()
        Getter for enabled. Flag to enable/disable the archiving process
      • setEnabled

        public void setEnabled​(Boolean enabled)
        Setter for enabled. Flag to enable/disable the archiving process
      • getStorageRegion

        public String getStorageRegion()
        Getter for storageRegion. The region to work with when accessing the logs, e.g. S3 region
      • setStorageRegion

        public void setStorageRegion​(String storageRegion)
        Setter for storageRegion. The region to work with when accessing the logs, e.g. S3 region
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object