Package com.cloudera.cdp.datalake.model
Class Datalake
java.lang.Object
com.cloudera.cdp.datalake.model.Datalake
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class Datalake
extends Object
Information about a datalake.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for certificateExpirationState.Getter for creationDate.getCrn()
Getter for crn.Getter for datalakeName.Getter for enableRangerRaz.Getter for environmentCrn.Getter for multiAz.Getter for status.Getter for statusReason.getTags()
Getter for tags.int
hashCode()
void
setCertificateExpirationState
(String certificateExpirationState) Setter for certificateExpirationState.void
setCreationDate
(ZonedDateTime creationDate) Setter for creationDate.void
Setter for crn.void
setDatalakeName
(String datalakeName) Setter for datalakeName.void
setEnableRangerRaz
(Boolean enableRangerRaz) Setter for enableRangerRaz.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setMultiAz
(Boolean multiAz) Setter for multiAz.void
Setter for status.void
setStatusReason
(String statusReason) Setter for statusReason.void
setTags
(List<DatalakeResourceTag> tags) Setter for tags.toString()
-
Constructor Details
-
Datalake
public Datalake()
-
-
Method Details
-
getDatalakeName
Getter for datalakeName. The name of the datalake. -
setDatalakeName
Setter for datalakeName. The name of the datalake. -
getCrn
Getter for crn. The CRN of the datalake. -
setCrn
Setter for crn. The CRN of the datalake. -
getStatus
Getter for status. The status of the datalake. -
setStatus
Setter for status. The status of the datalake. -
getEnvironmentCrn
Getter for environmentCrn. The CRN of the environment. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the environment. -
getCreationDate
Getter for creationDate. The date when the datalake was created. -
setCreationDate
Setter for creationDate. The date when the datalake was created. -
getStatusReason
Getter for statusReason. The reason for the status of the datalake. -
setStatusReason
Setter for statusReason. The reason for the status of the datalake. -
getEnableRangerRaz
Getter for enableRangerRaz. Whether Ranger RAZ is enabled for the datalake. -
setEnableRangerRaz
Setter for enableRangerRaz. Whether Ranger RAZ is enabled for the datalake. -
getCertificateExpirationState
Getter for certificateExpirationState. Indicates the certificate status on the cluster. -
setCertificateExpirationState
Setter for certificateExpirationState. Indicates the certificate status on the cluster. -
getMultiAz
Getter for multiAz. Flag which marks that the datalake is deployed in a multi-availability zone way or not. -
setMultiAz
Setter for multiAz. Flag which marks that the datalake is deployed in a multi-availability zone way or not. -
getTags
Getter for tags. Datalake tags object containing the tag values defined for the datalake. -
setTags
Setter for tags. Datalake tags object containing the tag values defined for the datalake. -
equals
-
hashCode
public int hashCode() -
toString
-