public static interface GroupConfigurationParameter.Builder extends SdkPojo, CopyableBuilder<GroupConfigurationParameter.Builder,GroupConfigurationParameter>
| Modifier and Type | Method and Description |
|---|---|
GroupConfigurationParameter.Builder |
name(String name)
The name of the group configuration parameter.
|
GroupConfigurationParameter.Builder |
values(Collection<String> values)
The values of for this parameter.
|
GroupConfigurationParameter.Builder |
values(String... values)
The values of for this parameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroupConfigurationParameter.Builder name(String name)
The name of the group configuration parameter.
You can specify the following string values:
For configuration item type AWS::ResourceGroups::Generic:
allowed-resource-types
Specifies the types of resources that you can add to this group by using the GroupResources operation.
For configuration item type AWS::EC2::CapacityReservationPool:
None - This configuration item type doesn't support any parameters.
For more information about EC2 capacity reservation groups, see Working with capacity reservation groups in the EC2 Users Guide.
name - The name of the group configuration parameter.
You can specify the following string values:
For configuration item type AWS::ResourceGroups::Generic:
allowed-resource-types
Specifies the types of resources that you can add to this group by using the GroupResources operation.
For configuration item type AWS::EC2::CapacityReservationPool:
None - This configuration item type doesn't support any parameters.
For more information about EC2 capacity reservation groups, see Working with capacity reservation groups in the EC2 Users Guide.
GroupConfigurationParameter.Builder values(Collection<String> values)
The values of for this parameter.
You can specify the following string value:
For item type allowed-resource-types: the only supported parameter value is
AWS::EC2::CapacityReservation.
values - The values of for this parameter.
You can specify the following string value:
For item type allowed-resource-types: the only supported parameter value is
AWS::EC2::CapacityReservation.
GroupConfigurationParameter.Builder values(String... values)
The values of for this parameter.
You can specify the following string value:
For item type allowed-resource-types: the only supported parameter value is
AWS::EC2::CapacityReservation.
values - The values of for this parameter.
You can specify the following string value:
For item type allowed-resource-types: the only supported parameter value is
AWS::EC2::CapacityReservation.
Copyright © 2020. All rights reserved.