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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe 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.
 
- 
valuesThe 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.
 
- 
valuesThe 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.
 
 
-