public static interface ExecutionParameter.Builder extends SdkPojo, CopyableBuilder<ExecutionParameter.Builder,ExecutionParameter>
| Modifier and Type | Method and Description |
|---|---|
ExecutionParameter.Builder |
defaultValues(Collection<String> defaultValues)
The default values for the execution parameter.
|
ExecutionParameter.Builder |
defaultValues(String... defaultValues)
The default values for the execution parameter.
|
ExecutionParameter.Builder |
name(String name)
The name of the execution parameter.
|
ExecutionParameter.Builder |
type(String type)
The execution parameter type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecutionParameter.Builder name(String name)
The name of the execution parameter.
name - The name of the execution parameter.ExecutionParameter.Builder type(String type)
The execution parameter type.
type - The execution parameter type.ExecutionParameter.Builder defaultValues(Collection<String> defaultValues)
The default values for the execution parameter.
defaultValues - The default values for the execution parameter.ExecutionParameter.Builder defaultValues(String... defaultValues)
The default values for the execution parameter.
defaultValues - The default values for the execution parameter.Copyright © 2023. All rights reserved.