public static interface ListServersRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListServersRequest.Builder,ListServersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListServersRequest.Builder |
maxResults(Integer maxResults)
Specifies the number of servers to return as a response to the
ListServers query. |
ListServersRequest.Builder |
nextToken(String nextToken)
When additional results are obtained from the ListServers command, a
NextToken parameter is
returned in the output. |
ListServersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListServersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListServersRequest.Builder maxResults(Integer maxResults)
Specifies the number of servers to return as a response to the ListServers query.
maxResults - Specifies the number of servers to return as a response to the ListServers query.ListServersRequest.Builder nextToken(String nextToken)
When additional results are obtained from the ListServers command, a NextToken parameter is
returned in the output. You can then pass the NextToken parameter in a subsequent command to
continue listing additional servers.
nextToken - When additional results are obtained from the ListServers command, a NextToken parameter
is returned in the output. You can then pass the NextToken parameter in a subsequent
command to continue listing additional servers.ListServersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListServersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.