public static interface DescribeClassicLinkInstancesResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeClassicLinkInstancesResponse.Builder,DescribeClassicLinkInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeClassicLinkInstancesResponse.Builder |
instances(ClassicLinkInstance... instances)
Information about one or more linked EC2-Classic instances.
|
DescribeClassicLinkInstancesResponse.Builder |
instances(Collection<ClassicLinkInstance> instances)
Information about one or more linked EC2-Classic instances.
|
DescribeClassicLinkInstancesResponse.Builder |
instances(Consumer<ClassicLinkInstance.Builder>... instances)
Information about one or more linked EC2-Classic instances.
|
DescribeClassicLinkInstancesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeClassicLinkInstancesResponse.Builder instances(Collection<ClassicLinkInstance> instances)
Information about one or more linked EC2-Classic instances.
instances - Information about one or more linked EC2-Classic instances.DescribeClassicLinkInstancesResponse.Builder instances(ClassicLinkInstance... instances)
Information about one or more linked EC2-Classic instances.
instances - Information about one or more linked EC2-Classic instances.DescribeClassicLinkInstancesResponse.Builder instances(Consumer<ClassicLinkInstance.Builder>... instances)
Information about one or more linked EC2-Classic instances.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #instances(List) .instances - a consumer that will call methods on List.Builder #instances(List) DescribeClassicLinkInstancesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.