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 an SFTP server that the users are assigned to.
|
ListUsersResponse.Builder |
users(Collection<ListedUser> users)
Returns the user accounts and their properties for the
ServerId value that you specify. |
ListUsersResponse.Builder |
users(Consumer<ListedUser.Builder>... users)
Returns the user accounts and their properties for the
ServerId value that you specify. |
ListUsersResponse.Builder |
users(ListedUser... users)
Returns the user accounts and their properties for the
ServerId value that you specify. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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 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 the
NextToken parameter to continue listing additional users.ListUsersResponse.Builder serverId(String serverId)
A system-assigned unique identifier for an SFTP server that the users are assigned to.
serverId - A system-assigned unique identifier for an SFTP server that the users are assigned to.ListUsersResponse.Builder users(Collection<ListedUser> users)
Returns the user accounts and their properties for the ServerId value that you specify.
users - Returns the user accounts and their properties for the ServerId value that you specify.ListUsersResponse.Builder users(ListedUser... users)
Returns the user accounts and their properties for the ServerId value that you specify.
users - Returns the user accounts and their properties for the ServerId value that you specify.ListUsersResponse.Builder users(Consumer<ListedUser.Builder>... users)
Returns the user accounts and their properties for the ServerId value that you specify.
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 #users(List) .users - a consumer that will call methods on List.Builder #users(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.