Interface ListMeshesResponse.Builder

All Superinterfaces:
AppMeshResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<ListMeshesResponse.Builder,ListMeshesResponse>, SdkBuilder<ListMeshesResponse.Builder,ListMeshesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListMeshesResponse

public static interface ListMeshesResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<ListMeshesResponse.Builder,ListMeshesResponse>
  • Method Details

    • meshes

      The list of existing service meshes.

      Parameters:
      meshes - The list of existing service meshes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • meshes

      The list of existing service meshes.

      Parameters:
      meshes - The list of existing service meshes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • meshes

      The list of existing service meshes.

      This is a convenience method that creates an instance of the MeshRef.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<MeshRef>).

      Parameters:
      meshes - a consumer that will call methods on MeshRef.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.