public static interface ListFleetsRequest.Builder extends WorkLinkRequest.Builder, SdkPojo, CopyableBuilder<ListFleetsRequest.Builder,ListFleetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFleetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be included in the next page.
|
ListFleetsRequest.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListFleetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFleetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFleetsRequest.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token used to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.ListFleetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be included in the next page.
maxResults - The maximum number of results to be included in the next page.ListFleetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFleetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.