Interface TemplateInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TemplateInput.Builder,
,TemplateInput> SdkBuilder<TemplateInput.Builder,
,TemplateInput> SdkPojo
- Enclosing class:
TemplateInput
@Mutable
@NotThreadSafe
public static interface TemplateInput.Builder
extends SdkPojo, CopyableBuilder<TemplateInput.Builder,TemplateInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe data type of the template input.The data type of the template input.The name of the template.Determine if an input is required from the template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
inputName
The name of the template.
- Parameters:
inputName
- The name of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataType
The data type of the template input.
- Parameters:
dataType
- The data type of the template input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataType
The data type of the template input.
- Parameters:
dataType
- The data type of the template input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
required
Determine if an input is required from the template.
- Parameters:
required
- Determine if an input is required from the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-