Interface ListVirtualNodesResponse.Builder

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

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

    • nextToken

      The nextToken value to include in a future ListVirtualNodes request. When the results of a ListVirtualNodes 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 ListVirtualNodes request. When the results of a ListVirtualNodes 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.
    • virtualNodes

      The list of existing virtual nodes for the specified service mesh.

      Parameters:
      virtualNodes - The list of existing virtual nodes for the specified service mesh.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • virtualNodes

      ListVirtualNodesResponse.Builder virtualNodes(VirtualNodeRef... virtualNodes)

      The list of existing virtual nodes for the specified service mesh.

      Parameters:
      virtualNodes - The list of existing virtual nodes for the specified service mesh.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • virtualNodes

      The list of existing virtual nodes for the specified service mesh.

      This is a convenience method that creates an instance of the VirtualNodeRef.Builder avoiding the need to create one manually via VirtualNodeRef.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to virtualNodes(List<VirtualNodeRef>).

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