Uses of Interface
software.amazon.awssdk.services.quicksight.model.Group.Builder
-
Packages that use Group.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Group.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return Group.Builder Modifier and Type Method Description Group.BuilderGroup.Builder. arn(String arn)The Amazon Resource Name (ARN) for the group.static Group.BuilderGroup. builder()Group.BuilderGroup.Builder. description(String description)The group description.Group.BuilderGroup.Builder. groupName(String groupName)The name of the group.Group.BuilderGroup.Builder. principalId(String principalId)The principal ID of the group.Group.BuilderGroup. toBuilder()Methods in software.amazon.awssdk.services.quicksight.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.quicksight.model with type arguments of type Group.Builder Modifier and Type Method Description default CreateGroupResponse.BuilderCreateGroupResponse.Builder. group(Consumer<Group.Builder> group)The name of the group.default DescribeGroupResponse.BuilderDescribeGroupResponse.Builder. group(Consumer<Group.Builder> group)The name of the group.default UpdateGroupResponse.BuilderUpdateGroupResponse.Builder. group(Consumer<Group.Builder> group)The name of the group.
-