public static interface ListMeshesResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<ListMeshesResponse.Builder,ListMeshesResponse>
Modifier and Type | Method and Description |
---|---|
ListMeshesResponse.Builder |
meshes(Collection<MeshRef> meshes)
The list of existing service meshes.
|
ListMeshesResponse.Builder |
meshes(Consumer<MeshRef.Builder>... meshes)
The list of existing service meshes.
|
ListMeshesResponse.Builder |
meshes(MeshRef... meshes)
The list of existing service meshes.
|
ListMeshesResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListMeshes request. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListMeshesResponse.Builder meshes(Collection<MeshRef> meshes)
The list of existing service meshes.
meshes
- The list of existing service meshes.ListMeshesResponse.Builder meshes(MeshRef... meshes)
The list of existing service meshes.
meshes
- The list of existing service meshes.ListMeshesResponse.Builder meshes(Consumer<MeshRef.Builder>... meshes)
The list of existing service meshes.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #meshes(List)
.meshes
- a consumer that will call methods on List.Builder
#meshes(List)
ListMeshesResponse.Builder nextToken(String nextToken)
The nextToken
value to include in a future ListMeshes
request. When the results of
a ListMeshes
request exceed limit
, this value can be used to retrieve the next page
of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future ListMeshes
request. When the
results of a ListMeshes
request exceed limit
, this value can be used to
retrieve the next page of results. This value is null
when there are no more results to
return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.