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) |
ListServersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListServersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.