Class CreateCustomConfigurationsRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class CreateCustomConfigurationsRequest
    extends Object
    The request object for creating custom configurations request.
    • Constructor Detail

      • CreateCustomConfigurationsRequest

        public CreateCustomConfigurationsRequest()
    • Method Detail

      • 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.
      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object