Uses of Interface
software.amazon.awssdk.services.resourcegroups.model.GroupIdentifier.Builder
-
Packages that use GroupIdentifier.Builder Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of GroupIdentifier.Builder in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return GroupIdentifier.Builder Modifier and Type Method Description static GroupIdentifier.BuilderGroupIdentifier. builder()GroupIdentifier.BuilderGroupIdentifier.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.GroupIdentifier.BuilderGroupIdentifier.Builder. description(String description)The description of the application group.GroupIdentifier.BuilderGroupIdentifier.Builder. displayName(String displayName)The name of the application group, which you can change at any time.GroupIdentifier.BuilderGroupIdentifier.Builder. groupArn(String groupArn)The Amazon resource name (ARN) of the resource group.GroupIdentifier.BuilderGroupIdentifier.Builder. groupName(String groupName)The name of the resource group.GroupIdentifier.BuilderGroupIdentifier.Builder. owner(String owner)A name, email address or other identifier for the person or group who is considered as the owner of this group within your organization.GroupIdentifier.BuilderGroupIdentifier. toBuilder()Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type GroupIdentifier.Builder Modifier and Type Method Description static Class<? extends GroupIdentifier.Builder>GroupIdentifier. serializableBuilderClass()
-