Interface ComponentParameterDetail.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ComponentParameterDetail.Builder,,- ComponentParameterDetail> - SdkBuilder<ComponentParameterDetail.Builder,,- ComponentParameterDetail> - SdkPojo
- Enclosing class:
- ComponentParameterDetail
public static interface ComponentParameterDetail.Builder
extends SdkPojo, CopyableBuilder<ComponentParameterDetail.Builder,ComponentParameterDetail> 
- 
Method SummaryModifier and TypeMethodDescriptiondefaultValue(String... defaultValue) The default value of this parameter if no input is provided.defaultValue(Collection<String> defaultValue) The default value of this parameter if no input is provided.description(String description) Describes this parameter.The name of this input parameter.The type of input this parameter provides.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
nameThe name of this input parameter. - Parameters:
- name- The name of this input parameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeThe type of input this parameter provides. The currently supported value is "string". - Parameters:
- type- The type of input this parameter provides. The currently supported value is "string".
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultValueThe default value of this parameter if no input is provided. - Parameters:
- defaultValue- The default value of this parameter if no input is provided.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultValueThe default value of this parameter if no input is provided. - Parameters:
- defaultValue- The default value of this parameter if no input is provided.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionDescribes this parameter. - Parameters:
- description- Describes this parameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-