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