Interface TestTemplateParameter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TestTemplateParameter.Builder,,TestTemplateParameter> SdkBuilder<TestTemplateParameter.Builder,,TestTemplateParameter> SdkPojo
- Enclosing class:
TestTemplateParameter
@Mutable
@NotThreadSafe
public static interface TestTemplateParameter.Builder
extends SdkPojo, CopyableBuilder<TestTemplateParameter.Builder,TestTemplateParameter>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultValue(String defaultValue) The default value of the parameter.description(String description) A description of the parameter.The maximum number of values the parameter accepts.The name of the parameter.Indicates whether the parameter is required.The data type of the parameter.type(ParameterType type) The data type of the 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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the parameter.
- Parameters:
name- The name of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the parameter.
- Parameters:
description- A description of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The data type of the parameter.
- Parameters:
type- The data type of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The data type of the parameter.
- Parameters:
type- The data type of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
required
Indicates whether the parameter is required.
- Parameters:
required- Indicates whether the parameter is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultValue
The default value of the parameter.
- Parameters:
defaultValue- The default value of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxValues
The maximum number of values the parameter accepts.
- Parameters:
maxValues- The maximum number of values the parameter accepts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-