public static interface ListUserHierarchyGroupsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListUserHierarchyGroupsResponse.Builder,ListUserHierarchyGroupsResponse>
Modifier and Type | Method and Description |
---|---|
ListUserHierarchyGroupsResponse.Builder |
nextToken(String nextToken)
A string returned in the response.
|
ListUserHierarchyGroupsResponse.Builder |
userHierarchyGroupSummaryList(Collection<HierarchyGroupSummary> userHierarchyGroupSummaryList)
An array of
HierarchyGroupSummary objects. |
ListUserHierarchyGroupsResponse.Builder |
userHierarchyGroupSummaryList(Consumer<HierarchyGroupSummary.Builder>... userHierarchyGroupSummaryList)
An array of
HierarchyGroupSummary objects. |
ListUserHierarchyGroupsResponse.Builder |
userHierarchyGroupSummaryList(HierarchyGroupSummary... userHierarchyGroupSummaryList)
An array of
HierarchyGroupSummary objects. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListUserHierarchyGroupsResponse.Builder userHierarchyGroupSummaryList(Collection<HierarchyGroupSummary> userHierarchyGroupSummaryList)
An array of HierarchyGroupSummary
objects.
userHierarchyGroupSummaryList
- An array of HierarchyGroupSummary
objects.ListUserHierarchyGroupsResponse.Builder userHierarchyGroupSummaryList(HierarchyGroupSummary... userHierarchyGroupSummaryList)
An array of HierarchyGroupSummary
objects.
userHierarchyGroupSummaryList
- An array of HierarchyGroupSummary
objects.ListUserHierarchyGroupsResponse.Builder userHierarchyGroupSummaryList(Consumer<HierarchyGroupSummary.Builder>... userHierarchyGroupSummaryList)
An array of HierarchyGroupSummary
objects.
List.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)
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
nextToken
- A string returned in the response. Use the value returned in the response as the value of the
NextToken in a subsequent request to retrieve the next set of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.