Interface TemplateParameterConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TemplateParameterConfiguration.Builder,,TemplateParameterConfiguration> SdkBuilder<TemplateParameterConfiguration.Builder,,TemplateParameterConfiguration> SdkPojo
- Enclosing class:
 TemplateParameterConfiguration
public static interface TemplateParameterConfiguration.Builder
extends SdkPojo, CopyableBuilder<TemplateParameterConfiguration.Builder,TemplateParameterConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefaultValue(String defaultValue) The default value for the job template parameter.The type of the job template parameter.The type of the job template parameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
type
The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.
- Parameters:
 type- The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.
- Parameters:
 type- The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
defaultValue
The default value for the job template parameter.
- Parameters:
 defaultValue- The default value for the job template parameter.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -