Package com.cloudera.cdp.audit.model
Class ConfigureArchivingRequest
java.lang.Object
com.cloudera.cdp.audit.model.ConfigureArchivingRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.499-07:00")
public class ConfigureArchivingRequest
extends Object
Request object for the ConfigureArchiving method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for credentialName.Getter for enabled.Getter for storageLocation.Getter for storageRegion.Getter for verifyOnly.int
hashCode()
void
setCredentialName
(String credentialName) Setter for credentialName.void
setEnabled
(Boolean enabled) Setter for enabled.void
setStorageLocation
(String storageLocation) Setter for storageLocation.void
setStorageRegion
(String storageRegion) Setter for storageRegion.void
setVerifyOnly
(Boolean verifyOnly) Setter for verifyOnly.toString()
-
Constructor Details
-
ConfigureArchivingRequest
public ConfigureArchivingRequest()
-
-
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 -
getVerifyOnly
Getter for verifyOnly. Whether to only verify the configuration, and not update it. -
setVerifyOnly
Setter for verifyOnly. Whether to only verify the configuration, and not update it. -
equals
-
hashCode
public int hashCode() -
toString
-