Uses of Interface
software.amazon.awssdk.services.resourcegroups.model.Group.Builder
-
Packages that use Group.Builder Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of Group.Builder in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return Group.Builder Modifier and Type Method Description Group.BuilderGroup.Builder. applicationTag(Map<String,String> applicationTag)A tag that defines the application group membership.static Group.BuilderGroup. builder()Group.BuilderGroup.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.Group.BuilderGroup.Builder. description(String description)The description of the resource group.Group.BuilderGroup.Builder. displayName(String displayName)The name of the application group, which you can change at any time.Group.BuilderGroup.Builder. groupArn(String groupArn)The Amazon resource name (ARN) of the resource group.Group.BuilderGroup.Builder. name(String name)The name of the resource group.Group.BuilderGroup.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.Group.BuilderGroup. toBuilder()Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type Group.Builder Modifier and Type Method Description static Class<? extends Group.Builder>Group. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.resourcegroups.model with type arguments of type Group.Builder Modifier and Type Method Description default CreateGroupResponse.BuilderCreateGroupResponse.Builder. group(Consumer<Group.Builder> group)The description of the resource group.default DeleteGroupResponse.BuilderDeleteGroupResponse.Builder. group(Consumer<Group.Builder> group)A full description of the deleted resource group.default GetGroupResponse.BuilderGetGroupResponse.Builder. group(Consumer<Group.Builder> group)A structure that contains the metadata details for the specified resource group.default UpdateGroupResponse.BuilderUpdateGroupResponse.Builder. group(Consumer<Group.Builder> group)The update description of the resource group.
-