Interface ListMeshesRequest.Builder
-
- All Superinterfaces:
AppMeshRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListMeshesRequest.Builder,ListMeshesRequest>,SdkBuilder<ListMeshesRequest.Builder,ListMeshesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMeshesRequest
public static interface ListMeshesRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<ListMeshesRequest.Builder,ListMeshesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMeshesRequest.Builderlimit(Integer limit)The maximum number of results returned byListMeshesin paginated output.ListMeshesRequest.BuildernextToken(String nextToken)ThenextTokenvalue returned from a previous paginatedListMeshesrequest wherelimitwas used and the results exceeded the value of that parameter.ListMeshesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMeshesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.appmesh.model.AppMeshRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
limit
ListMeshesRequest.Builder limit(Integer limit)
The maximum number of results returned by
ListMeshesin paginated output. When you use this parameter,ListMeshesreturns onlylimitresults in a single page along with anextTokenresponse element. You can see the remaining results of the initial request by sending anotherListMeshesrequest with the returnednextTokenvalue. This value can be between 1 and 100. If you don't use this parameter,ListMeshesreturns up to 100 results and anextTokenvalue if applicable.- Parameters:
limit- The maximum number of results returned byListMeshesin paginated output. When you use this parameter,ListMeshesreturns onlylimitresults in a single page along with anextTokenresponse element. You can see the remaining results of the initial request by sending anotherListMeshesrequest with the returnednextTokenvalue. This value can be between 1 and 100. If you don't use this parameter,ListMeshesreturns up to 100 results and anextTokenvalue if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListMeshesRequest.Builder nextToken(String nextToken)
The
nextTokenvalue returned from a previous paginatedListMeshesrequest wherelimitwas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
- Parameters:
nextToken- ThenextTokenvalue returned from a previous paginatedListMeshesrequest wherelimitwas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMeshesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMeshesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-