Interface GroupConfigurationItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GroupConfigurationItem.Builder,,- GroupConfigurationItem> - SdkBuilder<GroupConfigurationItem.Builder,,- GroupConfigurationItem> - SdkPojo
- Enclosing class:
- GroupConfigurationItem
- 
Method SummaryModifier and TypeMethodDescriptionparameters(Collection<GroupConfigurationParameter> parameters) A collection of parameters for this group configuration item.parameters(Consumer<GroupConfigurationParameter.Builder>... parameters) A collection of parameters for this group configuration item.parameters(GroupConfigurationParameter... parameters) A collection of parameters for this group configuration item.Specifies the type of group configuration item.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- 
typeSpecifies the type of group configuration item. Each item must have a unique value for type. For the list of types that you can specify for a configuration item, see Supported resource types and parameters.- Parameters:
- type- Specifies the type of group configuration item. Each item must have a unique value for- type. For the list of types that you can specify for a configuration item, see Supported resource types and parameters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parametersA collection of parameters for this group configuration item. For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters. - Parameters:
- parameters- A collection of parameters for this group configuration item. 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.
 
- 
parametersA collection of parameters for this group configuration item. For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters. - Parameters:
- parameters- A collection of parameters for this group configuration item. 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.
 
- 
parametersGroupConfigurationItem.Builder parameters(Consumer<GroupConfigurationParameter.Builder>... parameters) A collection of parameters for this group configuration item. For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters. This is a convenience method that creates an instance of theGroupConfigurationParameter.Builderavoiding the need to create one manually viaGroupConfigurationParameter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameters(List<GroupConfigurationParameter>).- Parameters:
- parameters- a consumer that will call methods on- GroupConfigurationParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-