Class CreateCustomPythonConfigurationRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.CreateCustomPythonConfigurationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:48.641-07:00")
public class CreateCustomPythonConfigurationRequest
extends Object
Request object for creating a custom Python configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for configurationVersion.Getter for environmentCrn.Getter for password.Getter for projectCrn.Getter for storageLocation.Getter for username.inthashCode()voidsetConfigurationVersion(Integer configurationVersion) Setter for configurationVersion.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetPassword(String password) Setter for password.voidsetProjectCrn(String projectCrn) Setter for projectCrn.voidsetStorageLocation(String storageLocation) Setter for storageLocation.voidsetUsername(String username) Setter for username.toString()
-
Constructor Details
-
CreateCustomPythonConfigurationRequest
public CreateCustomPythonConfigurationRequest()
-
-
Method Details
-
getEnvironmentCrn
Getter for environmentCrn. The CRN of an environment to execute the command. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of an environment to execute the command. -
getUsername
Getter for username. The username used to access the storage location -
setUsername
Setter for username. The username used to access the storage location -
getPassword
Getter for password. The password used to access the storage location -
setPassword
Setter for password. The password used to access the storage location -
getStorageLocation
Getter for storageLocation. The storage location, such as an S3 bucket or ADLS container -
setStorageLocation
Setter for storageLocation. The storage location, such as an S3 bucket or ADLS container -
getConfigurationVersion
Getter for configurationVersion. The version of the configuration -
setConfigurationVersion
Setter for configurationVersion. The version of the configuration -
getProjectCrn
Getter for projectCrn. The CRN of the project. -
setProjectCrn
Setter for projectCrn. The CRN of the project. -
equals
-
hashCode
public int hashCode() -
toString
-