Class CreateDataShareRequest
java.lang.Object
com.cloudera.cdp.datacatalog.model.CreateDataShareRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-31T14:25:30.688-07:00")
public class CreateDataShareRequest
extends Object
Create Data Share request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for assets.Getter for datalakeCrn.Getter for dataShareName.Getter for environmentCrn.Getter for expiryTime.Getter for externalUsers.Getter for keywords.Getter for summary.Getter for termsOfUse.inthashCode()voidsetAssets(List<AssetRequest> assets) Setter for assets.voidsetDatalakeCrn(String datalakeCrn) Setter for datalakeCrn.voidsetDataShareName(String dataShareName) Setter for dataShareName.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetExpiryTime(ZonedDateTime expiryTime) Setter for expiryTime.voidsetExternalUsers(List<ExternalUserAccessUpdate> externalUsers) Setter for externalUsers.voidsetKeywords(List<String> keywords) Setter for keywords.voidsetSummary(String summary) Setter for summary.voidsetTermsOfUse(String termsOfUse) Setter for termsOfUse.toString()
-
Constructor Details
-
CreateDataShareRequest
public CreateDataShareRequest()
-
-
Method Details
-
getDatalakeCrn
Getter for datalakeCrn. The CRN of the Data Lake where the Data Share will be created. -
setDatalakeCrn
Setter for datalakeCrn. The CRN of the Data Lake where the Data Share will be created. -
getEnvironmentCrn
Getter for environmentCrn. The CRN of the Environment where the Data Share will be created. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the Environment where the Data Share will be created. -
getAssets
Getter for assets. List of assets to be included in the Data Share. -
setAssets
Setter for assets. List of assets to be included in the Data Share. -
getSummary
Getter for summary. A brief summary of the Data Share. -
setSummary
Setter for summary. A brief summary of the Data Share. -
getTermsOfUse
Getter for termsOfUse. The terms of use for the Data Share. -
setTermsOfUse
Setter for termsOfUse. The terms of use for the Data Share. -
getKeywords
Getter for keywords. List of keywords associated with the Data Share. -
setKeywords
Setter for keywords. List of keywords associated with the Data Share. -
getExpiryTime
Getter for expiryTime. The date and time when the Data Share will expire. -
setExpiryTime
Setter for expiryTime. The date and time when the Data Share will expire. -
getExternalUsers
Getter for externalUsers. List of external users to be granted access to the Data Share. -
setExternalUsers
Setter for externalUsers. List of external users to be granted access to the Data Share. -
equals
-
hashCode
public int hashCode() -
toString
-