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="2025-10-28T14:00:28.143-07:00")
public class Datalake
extends Object
Information about a datalake.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter 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.inthashCode()voidsetCertificateExpirationState(String certificateExpirationState) Setter for certificateExpirationState.voidsetCreationDate(ZonedDateTime creationDate) Setter for creationDate.voidSetter for crn.voidsetDatalakeName(String datalakeName) Setter for datalakeName.voidsetEnableRangerRaz(Boolean enableRangerRaz) Setter for enableRangerRaz.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetMultiAz(Boolean multiAz) Setter for multiAz.voidSetter for status.voidsetStatusReason(String statusReason) Setter for statusReason.voidsetTags(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
-