Interface ListServersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListServersRequest.Builder,ListServersRequest>,SdkBuilder<ListServersRequest.Builder,ListServersRequest>,SdkPojo,SdkRequest.Builder,TransferRequest.Builder
- Enclosing class:
- ListServersRequest
public static interface ListServersRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListServersRequest.Builder,ListServersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListServersRequest.BuildermaxResults(Integer maxResults)Specifies the number of servers to return as a response to theListServersquery.ListServersRequest.BuildernextToken(String nextToken)When additional results are obtained from theListServerscommand, aNextTokenparameter is returned in the output.ListServersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
-
-
-
Method Detail
-
maxResults
ListServersRequest.Builder maxResults(Integer maxResults)
Specifies the number of servers to return as a response to the
ListServersquery.- Parameters:
maxResults- Specifies the number of servers to return as a response to theListServersquery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListServersRequest.Builder nextToken(String nextToken)
When additional results are obtained from the
ListServerscommand, aNextTokenparameter is returned in the output. You can then pass theNextTokenparameter in a subsequent command to continue listing additional servers.- Parameters:
nextToken- When additional results are obtained from theListServerscommand, aNextTokenparameter is returned in the output. You can then pass theNextTokenparameter in a subsequent command to continue listing additional servers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListServersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListServersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-