Interface ListFleetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFleetsRequest.Builder,ListFleetsRequest>,SdkBuilder<ListFleetsRequest.Builder,ListFleetsRequest>,SdkPojo,SdkRequest.Builder,WorkLinkRequest.Builder
- Enclosing class:
- ListFleetsRequest
public static interface ListFleetsRequest.Builder extends WorkLinkRequest.Builder, SdkPojo, CopyableBuilder<ListFleetsRequest.Builder,ListFleetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFleetsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be included in the next page.ListFleetsRequest.BuildernextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.ListFleetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFleetsRequest.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.worklink.model.WorkLinkRequest.Builder
build
-
-
-
-
Method Detail
-
nextToken
ListFleetsRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListFleetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be included in the next page.
- Parameters:
maxResults- The maximum number of results to be included in the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFleetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFleetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-