Interface ExecutionParameter.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExecutionParameter.Builder,
,ExecutionParameter> SdkBuilder<ExecutionParameter.Builder,
,ExecutionParameter> SdkPojo
- Enclosing class:
ExecutionParameter
@Mutable
@NotThreadSafe
public static interface ExecutionParameter.Builder
extends SdkPojo, CopyableBuilder<ExecutionParameter.Builder,ExecutionParameter>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultValues
(String... defaultValues) The default values for the execution parameter.defaultValues
(Collection<String> defaultValues) The default values for the execution parameter.The name of the execution parameter.The execution parameter type.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
-
name
The name of the execution parameter.
- Parameters:
name
- The name of the execution parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The execution parameter type.
- Parameters:
type
- The execution parameter type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultValues
The default values for the execution parameter.
- Parameters:
defaultValues
- The default values for the execution parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultValues
The default values for the execution parameter.
- Parameters:
defaultValues
- The default values for the execution parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-