Interface GroupConfigurationParameter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GroupConfigurationParameter.Builder,GroupConfigurationParameter>,SdkBuilder<GroupConfigurationParameter.Builder,GroupConfigurationParameter>,SdkPojo
- Enclosing class:
- GroupConfigurationParameter
public static interface GroupConfigurationParameter.Builder extends SdkPojo, CopyableBuilder<GroupConfigurationParameter.Builder,GroupConfigurationParameter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupConfigurationParameter.Buildername(String name)The name of the group configuration parameter.GroupConfigurationParameter.Buildervalues(String... values)The value or values to be used for the specified parameter.GroupConfigurationParameter.Buildervalues(Collection<String> values)The value or values to be used for the specified parameter.-
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, sdkFields
-
-
-
-
Method Detail
-
name
GroupConfigurationParameter.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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-