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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMeshesResponse.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 method that creates an instance of theMeshRef.Builder avoiding the need to create one
manually via MeshRef.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #meshes(List.
meshes - a consumer that will call methods on
MeshRef.Builder#meshes(java.util.Collection) ListMeshesResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListMeshes request. When the results of
a ListMeshes request exceed limit, you can use this value 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, you can use this value to
retrieve the next page of results. This value is null when there are no more results to
return.Copyright © 2023. All rights reserved.