public static interface ListUsersRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
Modifier and Type | Method and Description |
---|---|
ListUsersRequest.Builder |
maxResults(Integer maxResults)
Specifies the number of users to return as a response to the
ListUsers request. |
ListUsersRequest.Builder |
nextToken(String nextToken)
When you can get additional results from the
ListUsers ListUsers call, a NextToken
parameter is returned in the output. |
ListUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListUsersRequest.Builder |
serverId(String serverId)
A system-assigned unique identifier for a Secure File Transfer Protocol (SFTP) server that has users are
assigned to it.
|
build
overrideConfiguration
copy
applyMutation, build
ListUsersRequest.Builder maxResults(Integer maxResults)
Specifies the number of users to return as a response to the ListUsers
request.
maxResults
- Specifies the number of users to return as a response to the ListUsers
request.ListUsersRequest.Builder nextToken(String nextToken)
When you can get additional results from the ListUsers
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
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.ListUsersRequest.Builder serverId(String serverId)
A system-assigned unique identifier for a Secure File Transfer Protocol (SFTP) server that has users are assigned to it.
serverId
- A system-assigned unique identifier for a Secure File Transfer Protocol (SFTP) server that has users
are assigned to it.ListUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.