public static interface ListMeshesRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<ListMeshesRequest.Builder,ListMeshesRequest>
Modifier and Type | Method and Description |
---|---|
ListMeshesRequest.Builder |
limit(Integer limit)
The maximum number of mesh results returned by
ListMeshes in paginated output. |
ListMeshesRequest.Builder |
nextToken(String nextToken)
The
nextToken value returned from a previous paginated ListMeshes request where
limit was used and the results exceeded the value of that parameter. |
ListMeshesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListMeshesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListMeshesRequest.Builder limit(Integer limit)
The maximum number of mesh results returned by ListMeshes
in paginated output. When this
parameter is used, ListMeshes
only returns limit
results in a single page along
with a nextToken
response element. The remaining results of the initial request can be seen by
sending another ListMeshes
request with the returned nextToken
value. This value
can be between 1 and 100. If this parameter is not used, then ListMeshes
returns up to 100
results and a nextToken
value if applicable.
limit
- The maximum number of mesh results returned by ListMeshes
in paginated output. When this
parameter is used, ListMeshes
only returns limit
results in a single page
along with a nextToken
response element. The remaining results of the initial request can
be seen by sending another ListMeshes
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then
ListMeshes
returns up to 100 results and a nextToken
value if applicable.ListMeshesRequest.Builder nextToken(String nextToken)
The nextToken
value returned from a previous paginated ListMeshes
request where
limit
was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken
value.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value returned from a previous paginated ListMeshes
request
where limit
was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken
value.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
ListMeshesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListMeshesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.