public static interface ComponentParameter.Builder extends SdkPojo, CopyableBuilder<ComponentParameter.Builder,ComponentParameter>
| Modifier and Type | Method and Description |
|---|---|
ComponentParameter.Builder |
name(String name)
The name of the component parameter to set.
|
ComponentParameter.Builder |
value(Collection<String> value)
Sets the value for the named component parameter.
|
ComponentParameter.Builder |
value(String... value)
Sets the value for the named component parameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentParameter.Builder name(String name)
The name of the component parameter to set.
name - The name of the component parameter to set.ComponentParameter.Builder value(Collection<String> value)
Sets the value for the named component parameter.
value - Sets the value for the named component parameter.ComponentParameter.Builder value(String... value)
Sets the value for the named component parameter.
value - Sets the value for the named component parameter.Copyright © 2023. All rights reserved.