public static interface ListUserHierarchyGroupsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListUserHierarchyGroupsResponse.Builder,ListUserHierarchyGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUserHierarchyGroupsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListUserHierarchyGroupsResponse.Builder |
userHierarchyGroupSummaryList(Collection<HierarchyGroupSummary> userHierarchyGroupSummaryList)
Information about the hierarchy groups.
|
ListUserHierarchyGroupsResponse.Builder |
userHierarchyGroupSummaryList(Consumer<HierarchyGroupSummary.Builder>... userHierarchyGroupSummaryList)
Information about the hierarchy groups.
|
ListUserHierarchyGroupsResponse.Builder |
userHierarchyGroupSummaryList(HierarchyGroupSummary... userHierarchyGroupSummaryList)
Information about the hierarchy groups.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUserHierarchyGroupsResponse.Builder userHierarchyGroupSummaryList(Collection<HierarchyGroupSummary> userHierarchyGroupSummaryList)
Information about the hierarchy groups.
userHierarchyGroupSummaryList - Information about the hierarchy groups.ListUserHierarchyGroupsResponse.Builder userHierarchyGroupSummaryList(HierarchyGroupSummary... userHierarchyGroupSummaryList)
Information about the hierarchy groups.
userHierarchyGroupSummaryList - Information about the hierarchy groups.ListUserHierarchyGroupsResponse.Builder userHierarchyGroupSummaryList(Consumer<HierarchyGroupSummary.Builder>... userHierarchyGroupSummaryList)
Information about the hierarchy groups.
This is a convenience method that creates an instance of theHierarchyGroupSummary.Builder avoiding the need to
create one manually via HierarchyGroupSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #userHierarchyGroupSummaryList(List.
userHierarchyGroupSummaryList - a consumer that will call methods on
HierarchyGroupSummary.Builder#userHierarchyGroupSummaryList(java.util.Collection) ListUserHierarchyGroupsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2023. All rights reserved.