Package com.cloudera.cdp.audit.model
Class ArchivingConfigInfo
java.lang.Object
com.cloudera.cdp.audit.model.ArchivingConfigInfo
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:29.691-07:00")
public class ArchivingConfigInfo
extends Object
Object for holding archiving configuration information for the audit service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for credentialName.Getter for enabled.Getter for storageLocation.Getter for storageRegion.inthashCode()voidsetCredentialName(String credentialName) Setter for credentialName.voidsetEnabled(Boolean enabled) Setter for enabled.voidsetStorageLocation(String storageLocation) Setter for storageLocation.voidsetStorageRegion(String storageRegion) Setter for storageRegion.toString()
-
Constructor Details
-
ArchivingConfigInfo
public ArchivingConfigInfo()
-
-
Method Details
-
getStorageLocation
Getter for storageLocation. The destination for the logs, e.g. S3 bucket name -
setStorageLocation
Setter for storageLocation. The destination for the logs, e.g. S3 bucket name -
getCredentialName
Getter for credentialName. The credential name or CRN to use -
setCredentialName
Setter for credentialName. The credential name or CRN to use -
getEnabled
Getter for enabled. Flag to enable/disable the archiving process -
setEnabled
Setter for enabled. Flag to enable/disable the archiving process -
getStorageRegion
Getter for storageRegion. The region to work with when accessing the logs, e.g. S3 region -
setStorageRegion
Setter for storageRegion. The region to work with when accessing the logs, e.g. S3 region -
equals
-
hashCode
public int hashCode() -
toString
-