Interface Parameter.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Parameter.Builder,,- Parameter> - SdkBuilder<Parameter.Builder,,- Parameter> - SdkPojo
- Enclosing class:
- Parameter
@Mutable
@NotThreadSafe
public static interface Parameter.Builder
extends SdkPojo, CopyableBuilder<Parameter.Builder,Parameter> 
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) Information about the parameter.Indicates whether this parameter's value can be supplied at the extension's action point instead of during extension association.A parameter value must be specified in the extension association.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, sdkFieldNameToField, sdkFields
- 
Method Details- 
descriptionInformation about the parameter. - Parameters:
- description- Information about the parameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
requiredA parameter value must be specified in the extension association. - Parameters:
- required- A parameter value must be specified in the extension association.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dynamicIndicates whether this parameter's value can be supplied at the extension's action point instead of during extension association. Dynamic parameters can't be marked Required.- Parameters:
- dynamic- Indicates whether this parameter's value can be supplied at the extension's action point instead of during extension association. Dynamic parameters can't be marked- Required.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-