public static interface GroupConfigurationParameter.Builder extends SdkPojo, CopyableBuilder<GroupConfigurationParameter.Builder,GroupConfigurationParameter>
| Modifier and Type | Method and Description |
|---|---|
GroupConfigurationParameter.Builder |
name(String name)
The name of the group configuration parameter.
|
GroupConfigurationParameter.Builder |
values(Collection<String> values)
The value or values to be used for the specified parameter.
|
GroupConfigurationParameter.Builder |
values(String... values)
The value or values to be used for the specified parameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroupConfigurationParameter.Builder name(String name)
The name of the group configuration parameter. For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters.
name - The name of the group configuration parameter. For the list of parameters that you can use with each
configuration item type, see Supported
resource types and parameters.GroupConfigurationParameter.Builder values(Collection<String> values)
The value or values to be used for the specified parameter. For the list of values you can use with each parameter, see Supported resource types and parameters.
values - The value or values to be used for the specified parameter. For the list of values you can use with
each parameter, see Supported
resource types and parameters.GroupConfigurationParameter.Builder values(String... values)
The value or values to be used for the specified parameter. For the list of values you can use with each parameter, see Supported resource types and parameters.
values - The value or values to be used for the specified parameter. For the list of values you can use with
each parameter, see Supported
resource types and parameters.Copyright © 2020. All rights reserved.