Class CreateCustomConfigurationsRequest

java.lang.Object
com.cloudera.cdp.datahub.model.CreateCustomConfigurationsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class CreateCustomConfigurationsRequest extends Object
The request object for creating custom configurations request.
  • Constructor Details

    • CreateCustomConfigurationsRequest

      public CreateCustomConfigurationsRequest()
  • Method Details

    • getCustomConfigurationsName

      public String getCustomConfigurationsName()
      Getter for customConfigurationsName. The name of the custom configurations. This name must be unique, must have between 5 and 100 characters, and must contain only lowercase letters, numbers, and hyphens. Names are case-sensitive.
    • setCustomConfigurationsName

      public void setCustomConfigurationsName(String customConfigurationsName)
      Setter for customConfigurationsName. The name of the custom configurations. This name must be unique, must have between 5 and 100 characters, and must contain only lowercase letters, numbers, and hyphens. Names are case-sensitive.
    • getConfigurations

      public List<CustomConfigurationPropertyRequest> getConfigurations()
      Getter for configurations. The configuration properties of custom configurations.
    • setConfigurations

      public void setConfigurations(List<CustomConfigurationPropertyRequest> configurations)
      Setter for configurations. The configuration properties of custom configurations.
    • getRuntimeVersion

      public String getRuntimeVersion()
      Getter for runtimeVersion. The runtime version of custom configurations.
    • setRuntimeVersion

      public void setRuntimeVersion(String runtimeVersion)
      Setter for runtimeVersion. The runtime version of custom configurations.
    • 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