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.criticality(Integer criticality) |
The critical rank of the application group on a scale of 1 to 10, with a rank of 1 being the most critical,
and a rank of 10 being least critical.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.description(String description) |
The description of the resource group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.displayName(String displayName) |
The name of the application group, which you can change at any time.
|
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) |
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.owner(String owner) |
A name, email address or other identifier for the person or group who is considered as the owner of this
application group within your organization.
|
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() |
|