public static interface DescribeVpcsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcsResponse.Builder,DescribeVpcsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeVpcsResponse.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page of items.
|
DescribeVpcsResponse.Builder |
vpcs(Collection<Vpc> vpcs)
Information about one or more VPCs.
|
DescribeVpcsResponse.Builder |
vpcs(Consumer<Vpc.Builder>... vpcs)
Information about one or more VPCs.
|
DescribeVpcsResponse.Builder |
vpcs(Vpc... vpcs)
Information about one or more VPCs.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeVpcsResponse.Builder vpcs(Collection<Vpc> vpcs)
Information about one or more VPCs.
vpcs
- Information about one or more VPCs.DescribeVpcsResponse.Builder vpcs(Vpc... vpcs)
Information about one or more VPCs.
vpcs
- Information about one or more VPCs.DescribeVpcsResponse.Builder vpcs(Consumer<Vpc.Builder>... vpcs)
Information about one or more VPCs.
This is a convenience method that creates an instance of theVpc.Builder
avoiding the need to create one manually via
Vpc.builder()
.
When the Consumer
completes, SdkBuilder.build()
is
called immediately and its result is passed to #vpcs(List
.
vpcs
- a consumer that will call methods on Vpc.Builder
#vpcs(java.util.Collection)
DescribeVpcsResponse.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.