public static interface ListUsersResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
nextToken(String nextToken)
When you can get additional results from the
ListUsers call, a NextToken parameter
is returned in the output. |
ListUsersResponse.Builder |
serverId(String serverId)
A system-assigned unique identifier for a server that the users are assigned to.
|
ListUsersResponse.Builder |
users(Collection<ListedUser> users)
Returns the Transfer Family users and their properties for the
ServerId value that you specify. |
ListUsersResponse.Builder |
users(Consumer<ListedUser.Builder>... users)
Returns the Transfer Family users and their properties for the
ServerId value that you specify. |
ListUsersResponse.Builder |
users(ListedUser... users)
Returns the Transfer Family users and their properties for the
ServerId value that you specify. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsersResponse.Builder nextToken(String nextToken)
When you can get additional results from the ListUsers call, a NextToken parameter
is returned in the output. You can then pass in a subsequent command to the NextToken parameter
to continue listing additional users.
nextToken - When you can get additional results from the ListUsers call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the
NextToken parameter to continue listing additional users.ListUsersResponse.Builder serverId(String serverId)
A system-assigned unique identifier for a server that the users are assigned to.
serverId - A system-assigned unique identifier for a server that the users are assigned to.ListUsersResponse.Builder users(Collection<ListedUser> users)
Returns the Transfer Family users and their properties for the ServerId value that you specify.
users - Returns the Transfer Family users and their properties for the ServerId value that you
specify.ListUsersResponse.Builder users(ListedUser... users)
Returns the Transfer Family users and their properties for the ServerId value that you specify.
users - Returns the Transfer Family users and their properties for the ServerId value that you
specify.ListUsersResponse.Builder users(Consumer<ListedUser.Builder>... users)
Returns the Transfer Family users and their properties for the ServerId value that you specify.
ListedUser.Builder avoiding the need to create one
manually via ListedUser.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #users(List.
users - a consumer that will call methods on
ListedUser.Builder#users(java.util.Collection) Copyright © 2023. All rights reserved.