Interface GroupConfigurationParameter.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GroupConfigurationParameter.Builder,
,GroupConfigurationParameter> SdkBuilder<GroupConfigurationParameter.Builder,
,GroupConfigurationParameter> SdkPojo
- Enclosing class:
GroupConfigurationParameter
@Mutable
@NotThreadSafe
public static interface GroupConfigurationParameter.Builder
extends SdkPojo, CopyableBuilder<GroupConfigurationParameter.Builder,GroupConfigurationParameter>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the group configuration parameter.The value or values to be used for the specified parameter.values
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-