public static interface GroupConfigurationItem.Builder extends SdkPojo, CopyableBuilder<GroupConfigurationItem.Builder,GroupConfigurationItem>
| Modifier and Type | Method and Description |
|---|---|
GroupConfigurationItem.Builder |
parameters(Collection<GroupConfigurationParameter> parameters)
A collection of parameters for this group configuration item.
|
GroupConfigurationItem.Builder |
parameters(Consumer<GroupConfigurationParameter.Builder>... parameters)
A collection of parameters for this group configuration item.
|
GroupConfigurationItem.Builder |
parameters(GroupConfigurationParameter... parameters)
A collection of parameters for this group configuration item.
|
GroupConfigurationItem.Builder |
type(String type)
Specifies the type of group configuration item.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroupConfigurationItem.Builder type(String 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.
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.GroupConfigurationItem.Builder parameters(Collection<GroupConfigurationParameter> 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.
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.GroupConfigurationItem.Builder parameters(GroupConfigurationParameter... 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.
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.GroupConfigurationItem.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.Builder avoiding the
need to create one manually via
GroupConfigurationParameter.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #parameters(List.
parameters - a consumer that will call methods on
GroupConfigurationParameter.Builder#parameters(java.util.Collection) Copyright © 2022. All rights reserved.