public static interface DescribeClassicLinkInstancesResponse.Builder extends Ec2Response.Builder, SdkPojo, 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 include in another request to get the next page of items.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, 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.
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 method that creates an instance of theClassicLinkInstance.Builder
avoiding the need to create one
manually via ClassicLinkInstance.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
ClassicLinkInstance.Builder
#instances(java.util.Collection)
DescribeClassicLinkInstancesResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when
there are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.Copyright © 2023. All rights reserved.