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 that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #userHierarchyGroupSummaryList(List) .userHierarchyGroupSummaryList - a consumer that will call methods on List.Builder #userHierarchyGroupSummaryList(List) 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 © 2021. All rights reserved.