public static interface ComponentParameterDetail.Builder extends SdkPojo, CopyableBuilder<ComponentParameterDetail.Builder,ComponentParameterDetail>
| Modifier and Type | Method and Description |
|---|---|
ComponentParameterDetail.Builder |
defaultValue(Collection<String> defaultValue)
The default value of this parameter if no input is provided.
|
ComponentParameterDetail.Builder |
defaultValue(String... defaultValue)
The default value of this parameter if no input is provided.
|
ComponentParameterDetail.Builder |
description(String description)
Describes this parameter.
|
ComponentParameterDetail.Builder |
name(String name)
The name of this input parameter.
|
ComponentParameterDetail.Builder |
type(String type)
The type of input this parameter provides.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentParameterDetail.Builder name(String name)
The name of this input parameter.
name - The name of this input parameter.ComponentParameterDetail.Builder type(String type)
The type of input this parameter provides. The currently supported value is "string".
type - The type of input this parameter provides. The currently supported value is "string".ComponentParameterDetail.Builder defaultValue(Collection<String> defaultValue)
The default value of this parameter if no input is provided.
defaultValue - The default value of this parameter if no input is provided.ComponentParameterDetail.Builder defaultValue(String... defaultValue)
The default value of this parameter if no input is provided.
defaultValue - The default value of this parameter if no input is provided.ComponentParameterDetail.Builder description(String description)
Describes this parameter.
description - Describes this parameter.Copyright © 2022. All rights reserved.