Class CreateCustomNarConfigurationRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class CreateCustomNarConfigurationRequest
    extends Object
    Request object for creating a custom NAR configuration.
    • Constructor Detail

      • CreateCustomNarConfigurationRequest

        public CreateCustomNarConfigurationRequest()
    • Method Detail

      • getEnvironmentCrn

        public String getEnvironmentCrn()
        Getter for environmentCrn. The CRN of an environment to execute the command.
      • setEnvironmentCrn

        public void setEnvironmentCrn​(String environmentCrn)
        Setter for environmentCrn. The CRN of an environment to execute the command.
      • getUsername

        public String getUsername()
        Getter for username. The username used to access the storage location
      • setUsername

        public void setUsername​(String username)
        Setter for username. The username used to access the storage location
      • getPassword

        public String getPassword()
        Getter for password. The password used to access the storage location
      • setPassword

        public void setPassword​(String password)
        Setter for password. The password used to access the storage location
      • getStorageLocation

        public String getStorageLocation()
        Getter for storageLocation. The storage location, such as an S3 bucket or ADLS container
      • setStorageLocation

        public void setStorageLocation​(String storageLocation)
        Setter for storageLocation. The storage location, such as an S3 bucket or ADLS container
      • getConfigurationVersion

        public Integer getConfigurationVersion()
        Getter for configurationVersion. The version of the configuration
      • setConfigurationVersion

        public void setConfigurationVersion​(Integer configurationVersion)
        Setter for configurationVersion. The version of the configuration
      • getProjectCrn

        public String getProjectCrn()
        Getter for projectCrn. The CRN of the project.
      • setProjectCrn

        public void setProjectCrn​(String projectCrn)
        Setter for projectCrn. The CRN of the project.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object