public static interface DescribeInstancesResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeInstancesResponse.Builder,DescribeInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancesResponse.Builder |
instances(Collection<Instance> instances)
A collection of objects containing properties for each instance returned.
|
DescribeInstancesResponse.Builder |
instances(Consumer<Instance.Builder>... instances)
A collection of objects containing properties for each instance returned.
|
DescribeInstancesResponse.Builder |
instances(Instance... instances)
A collection of objects containing properties for each instance returned.
|
DescribeInstancesResponse.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, buildDescribeInstancesResponse.Builder instances(Collection<Instance> instances)
A collection of objects containing properties for each instance returned.
instances - A collection of objects containing properties for each instance returned.DescribeInstancesResponse.Builder instances(Instance... instances)
A collection of objects containing properties for each instance returned.
instances - A collection of objects containing properties for each instance returned.DescribeInstancesResponse.Builder instances(Consumer<Instance.Builder>... instances)
A collection of objects containing properties for each instance returned.
This is a convenience method that creates an instance of theInstance.Builder avoiding the need to create one
manually via Instance.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #instances(List.
instances - a consumer that will call methods on
Instance.Builder#instances(java.util.Collection) DescribeInstancesResponse.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 © 2022. All rights reserved.