public static interface ListUsersResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
nextToken(String nextToken)
A string returned in the response.
|
ListUsersResponse.Builder |
userSummaryList(Collection<UserSummary> userSummaryList)
An array of
UserSummary objects that contain information about the users in your instance. |
ListUsersResponse.Builder |
userSummaryList(Consumer<UserSummary.Builder>... userSummaryList)
An array of
UserSummary objects that contain information about the users in your instance. |
ListUsersResponse.Builder |
userSummaryList(UserSummary... userSummaryList)
An array of
UserSummary objects that contain information about the users in your instance. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListUsersResponse.Builder userSummaryList(Collection<UserSummary> userSummaryList)
An array of UserSummary objects that contain information about the users in your instance.
userSummaryList - An array of UserSummary objects that contain information about the users in your
instance.ListUsersResponse.Builder userSummaryList(UserSummary... userSummaryList)
An array of UserSummary objects that contain information about the users in your instance.
userSummaryList - An array of UserSummary objects that contain information about the users in your
instance.ListUsersResponse.Builder userSummaryList(Consumer<UserSummary.Builder>... userSummaryList)
An array of UserSummary objects that contain information about the users in your instance.
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 #userSummaryList(List) .userSummaryList - a consumer that will call methods on List.Builder #userSummaryList(List) ListUsersResponse.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.