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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theTransitGatewayVpcAttachment.Builder avoiding the need to
create one manually via
TransitGatewayVpcAttachment.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #transitGatewayVpcAttachments(List.
transitGatewayVpcAttachments - a consumer that will call methods on
TransitGatewayVpcAttachment.Builder#transitGatewayVpcAttachments(java.util.Collection) 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 © 2023. All rights reserved.