Class UpdateCustomNarConfigurationRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.UpdateCustomNarConfigurationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class UpdateCustomNarConfigurationRequest
extends Object
Request object to update a custom NAR configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for configurationVersion.getCrn()
Getter for crn.Getter for environmentCrn.Getter for password.Getter for projectCrn.Getter for storageLocation.Getter for username.int
hashCode()
void
setConfigurationVersion
(Integer configurationVersion) Setter for configurationVersion.void
Setter for crn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setPassword
(String password) Setter for password.void
setProjectCrn
(String projectCrn) Setter for projectCrn.void
setStorageLocation
(String storageLocation) Setter for storageLocation.void
setUsername
(String username) Setter for username.toString()
-
Constructor Details
-
UpdateCustomNarConfigurationRequest
public UpdateCustomNarConfigurationRequest()
-
-
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. -
getCrn
Getter for crn. The CRN of the custom NAR configuration to update. -
setCrn
Setter for crn. The CRN of the custom NAR configuration to update. -
equals
-
hashCode
public int hashCode() -
toString
-