public static interface ListComputeResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<ListComputeResponse.Builder,ListComputeResponse>
| Modifier and Type | Method and Description |
|---|---|
ListComputeResponse.Builder |
computeList(Collection<Compute> computeList)
A list of compute resources registered to the fleet you specified.
|
ListComputeResponse.Builder |
computeList(Compute... computeList)
A list of compute resources registered to the fleet you specified.
|
ListComputeResponse.Builder |
computeList(Consumer<Compute.Builder>... computeList)
A list of compute resources registered to the fleet you specified.
|
ListComputeResponse.Builder |
nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComputeResponse.Builder computeList(Collection<Compute> computeList)
A list of compute resources registered to the fleet you specified.
computeList - A list of compute resources registered to the fleet you specified.ListComputeResponse.Builder computeList(Compute... computeList)
A list of compute resources registered to the fleet you specified.
computeList - A list of compute resources registered to the fleet you specified.ListComputeResponse.Builder computeList(Consumer<Compute.Builder>... computeList)
A list of compute resources registered to the fleet you specified.
This is a convenience method that creates an instance of theCompute.Builder avoiding the need to create one
manually via Compute.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #computeList(List.
computeList - a consumer that will call methods on
Compute.Builder#computeList(java.util.Collection) ListComputeResponse.Builder nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no
token is returned, these results represent the end of the list.Copyright © 2023. All rights reserved.