static CreateGroupRequest.Builder |
CreateGroupRequest.builder() |
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.configuration(Collection<GroupConfigurationItem> configuration) |
A configuration associates the resource group with an Amazon Web Services service and specifies how the
service can interact with the resources in the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.configuration(Consumer<GroupConfigurationItem.Builder>... configuration) |
A configuration associates the resource group with an Amazon Web Services service and specifies how the
service can interact with the resources in the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.configuration(GroupConfigurationItem... configuration) |
A configuration associates the resource group with an Amazon Web Services service and specifies how the
service can interact with the resources in the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.description(String description) |
The description of the resource group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.name(String name) |
The name of the group, which is the identifier of the group in other operations.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateGroupRequest.Builder |
CreateGroupRequest.Builder.resourceQuery(Consumer<ResourceQuery.Builder> resourceQuery) |
The resource query that determines which Amazon Web Services resources are members of this group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.resourceQuery(ResourceQuery resourceQuery) |
The resource query that determines which Amazon Web Services resources are members of this group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.tags(Map<String,String> tags) |
The tags to add to the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.toBuilder() |
|