Package com.cloudera.cdp.datalake.model
Class ValidateAwsCloudStorageRequest
java.lang.Object
com.cloudera.cdp.datalake.model.ValidateAwsCloudStorageRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.143-07:00")
public class ValidateAwsCloudStorageRequest
extends Object
Request object for AWS cloud storage validation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for blueprintName.Getter for clusterName.Getter for credentialCrn.Getter for dataAccessRole.Getter for instanceProfile.Getter for rangerAuditRole.Getter for rangerCloudAccessAuthorizerRole.Getter for storageLocation.inthashCode()voidsetBlueprintName(String blueprintName) Setter for blueprintName.voidsetClusterName(String clusterName) Setter for clusterName.voidsetCredentialCrn(String credentialCrn) Setter for credentialCrn.voidsetDataAccessRole(String dataAccessRole) Setter for dataAccessRole.voidsetInstanceProfile(String instanceProfile) Setter for instanceProfile.voidsetRangerAuditRole(String rangerAuditRole) Setter for rangerAuditRole.voidsetRangerCloudAccessAuthorizerRole(String rangerCloudAccessAuthorizerRole) Setter for rangerCloudAccessAuthorizerRole.voidsetStorageLocation(String storageLocation) Setter for storageLocation.toString()
-
Constructor Details
-
ValidateAwsCloudStorageRequest
public ValidateAwsCloudStorageRequest()
-
-
Method Details
-
getClusterName
Getter for clusterName. Datalake cluster name. -
setClusterName
Setter for clusterName. Datalake cluster name. -
getDataAccessRole
Getter for dataAccessRole. Data access role. -
setDataAccessRole
Setter for dataAccessRole. Data access role. -
getRangerAuditRole
Getter for rangerAuditRole. Ranger audit role. -
setRangerAuditRole
Setter for rangerAuditRole. Ranger audit role. -
getCredentialCrn
Getter for credentialCrn. Credential CRN. -
setCredentialCrn
Setter for credentialCrn. Credential CRN. -
getBlueprintName
Getter for blueprintName. Name of the blueprint. -
setBlueprintName
Setter for blueprintName. Name of the blueprint. -
getStorageLocation
Getter for storageLocation. AWS S3 storage bucket base location. -
setStorageLocation
Setter for storageLocation. AWS S3 storage bucket base location. -
getInstanceProfile
Getter for instanceProfile. AWS instance profile. -
setInstanceProfile
Setter for instanceProfile. AWS instance profile. -
getRangerCloudAccessAuthorizerRole
Getter for rangerCloudAccessAuthorizerRole. Ranger RAZ role. -
setRangerCloudAccessAuthorizerRole
Setter for rangerCloudAccessAuthorizerRole. Ranger RAZ role. -
equals
-
hashCode
public int hashCode() -
toString
-