Class ValidateAwsCloudStorageRequest

java.lang.Object
com.cloudera.cdp.datalake.model.ValidateAwsCloudStorageRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.246-07:00") public class ValidateAwsCloudStorageRequest extends Object
Request object for AWS cloud storage validation.
  • Constructor Details

    • ValidateAwsCloudStorageRequest

      public ValidateAwsCloudStorageRequest()
  • Method Details

    • getClusterName

      public String getClusterName()
      Getter for clusterName. Datalake cluster name.
    • setClusterName

      public void setClusterName(String clusterName)
      Setter for clusterName. Datalake cluster name.
    • getDataAccessRole

      public String getDataAccessRole()
      Getter for dataAccessRole. Data access role.
    • setDataAccessRole

      public void setDataAccessRole(String dataAccessRole)
      Setter for dataAccessRole. Data access role.
    • getRangerAuditRole

      public String getRangerAuditRole()
      Getter for rangerAuditRole. Ranger audit role.
    • setRangerAuditRole

      public void setRangerAuditRole(String rangerAuditRole)
      Setter for rangerAuditRole. Ranger audit role.
    • getCredentialCrn

      public String getCredentialCrn()
      Getter for credentialCrn. Credential CRN.
    • setCredentialCrn

      public void setCredentialCrn(String credentialCrn)
      Setter for credentialCrn. Credential CRN.
    • getBlueprintName

      public String getBlueprintName()
      Getter for blueprintName. Name of the blueprint.
    • setBlueprintName

      public void setBlueprintName(String blueprintName)
      Setter for blueprintName. Name of the blueprint.
    • getStorageLocation

      public String getStorageLocation()
      Getter for storageLocation. AWS S3 storage bucket base location.
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
      Setter for storageLocation. AWS S3 storage bucket base location.
    • getInstanceProfile

      public String getInstanceProfile()
      Getter for instanceProfile. AWS instance profile.
    • setInstanceProfile

      public void setInstanceProfile(String instanceProfile)
      Setter for instanceProfile. AWS instance profile.
    • getRangerCloudAccessAuthorizerRole

      public String getRangerCloudAccessAuthorizerRole()
      Getter for rangerCloudAccessAuthorizerRole. Ranger RAZ role.
    • setRangerCloudAccessAuthorizerRole

      public void setRangerCloudAccessAuthorizerRole(String rangerCloudAccessAuthorizerRole)
      Setter for rangerCloudAccessAuthorizerRole. Ranger RAZ role.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object