public static interface TemplateParameterConfiguration.Builder extends SdkPojo, CopyableBuilder<TemplateParameterConfiguration.Builder,TemplateParameterConfiguration>
| Modifier and Type | Method and Description |
|---|---|
TemplateParameterConfiguration.Builder |
defaultValue(String defaultValue)
The default value for the job template parameter.
|
TemplateParameterConfiguration.Builder |
type(String type)
The type of the job template parameter.
|
TemplateParameterConfiguration.Builder |
type(TemplateParameterDataType type)
The type of the job template parameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateParameterConfiguration.Builder type(String type)
The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.
type - The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.TemplateParameterDataType,
TemplateParameterDataTypeTemplateParameterConfiguration.Builder type(TemplateParameterDataType type)
The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.
type - The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.TemplateParameterDataType,
TemplateParameterDataTypeTemplateParameterConfiguration.Builder defaultValue(String defaultValue)
The default value for the job template parameter.
defaultValue - The default value for the job template parameter.Copyright © 2023. All rights reserved.