CopyableBuilder<DescribeClassicLinkInstancesResponse.Builder,DescribeClassicLinkInstancesResponse>
, SdkBuilder<DescribeClassicLinkInstancesResponse.Builder,DescribeClassicLinkInstancesResponse>
public static interface DescribeClassicLinkInstancesResponse.Builder extends CopyableBuilder<DescribeClassicLinkInstancesResponse.Builder,DescribeClassicLinkInstancesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeClassicLinkInstancesResponse.Builder |
instances(Collection<ClassicLinkInstance> instances) |
Information about one or more linked EC2-Classic instances.
|
DescribeClassicLinkInstancesResponse.Builder |
instances(ClassicLinkInstance... 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.
|
copy
apply, build
DescribeClassicLinkInstancesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setInstances(java.util.Collection)
or #withInstances(java.util.Collection)
if you want to
override the existing values.
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. 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.