public static interface DescribeTransitGatewayVpcAttachmentsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewayVpcAttachmentsResponse.Builder,DescribeTransitGatewayVpcAttachmentsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTransitGatewayVpcAttachmentsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeTransitGatewayVpcAttachmentsResponse.Builder |
transitGatewayVpcAttachments(Collection<TransitGatewayVpcAttachment> transitGatewayVpcAttachments)
Information about the VPC attachments.
|
DescribeTransitGatewayVpcAttachmentsResponse.Builder |
transitGatewayVpcAttachments(Consumer<TransitGatewayVpcAttachment.Builder>... transitGatewayVpcAttachments)
Information about the VPC attachments.
|
DescribeTransitGatewayVpcAttachmentsResponse.Builder |
transitGatewayVpcAttachments(TransitGatewayVpcAttachment... transitGatewayVpcAttachments)
Information about the VPC attachments.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeTransitGatewayVpcAttachmentsResponse.Builder transitGatewayVpcAttachments(Collection<TransitGatewayVpcAttachment> transitGatewayVpcAttachments)
Information about the VPC attachments.
transitGatewayVpcAttachments - Information about the VPC attachments.DescribeTransitGatewayVpcAttachmentsResponse.Builder transitGatewayVpcAttachments(TransitGatewayVpcAttachment... transitGatewayVpcAttachments)
Information about the VPC attachments.
transitGatewayVpcAttachments - Information about the VPC attachments.DescribeTransitGatewayVpcAttachmentsResponse.Builder transitGatewayVpcAttachments(Consumer<TransitGatewayVpcAttachment.Builder>... transitGatewayVpcAttachments)
Information about the VPC attachments.
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 #transitGatewayVpcAttachments(List) .transitGatewayVpcAttachments - a consumer that will call methods on List.Builder #transitGatewayVpcAttachments(List) DescribeTransitGatewayVpcAttachmentsResponse.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.