public static interface DescribeTransitGatewayPeeringAttachmentsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewayPeeringAttachmentsResponse.Builder,DescribeTransitGatewayPeeringAttachmentsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTransitGatewayPeeringAttachmentsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeTransitGatewayPeeringAttachmentsResponse.Builder |
transitGatewayPeeringAttachments(Collection<TransitGatewayPeeringAttachment> transitGatewayPeeringAttachments)
The transit gateway peering attachments.
|
DescribeTransitGatewayPeeringAttachmentsResponse.Builder |
transitGatewayPeeringAttachments(Consumer<TransitGatewayPeeringAttachment.Builder>... transitGatewayPeeringAttachments)
The transit gateway peering attachments.
|
DescribeTransitGatewayPeeringAttachmentsResponse.Builder |
transitGatewayPeeringAttachments(TransitGatewayPeeringAttachment... transitGatewayPeeringAttachments)
The transit gateway peering attachments.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTransitGatewayPeeringAttachmentsResponse.Builder transitGatewayPeeringAttachments(Collection<TransitGatewayPeeringAttachment> transitGatewayPeeringAttachments)
The transit gateway peering attachments.
transitGatewayPeeringAttachments - The transit gateway peering attachments.DescribeTransitGatewayPeeringAttachmentsResponse.Builder transitGatewayPeeringAttachments(TransitGatewayPeeringAttachment... transitGatewayPeeringAttachments)
The transit gateway peering attachments.
transitGatewayPeeringAttachments - The transit gateway peering attachments.DescribeTransitGatewayPeeringAttachmentsResponse.Builder transitGatewayPeeringAttachments(Consumer<TransitGatewayPeeringAttachment.Builder>... transitGatewayPeeringAttachments)
The transit gateway peering 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 #transitGatewayPeeringAttachments(List) .transitGatewayPeeringAttachments - a consumer that will call methods on List.Builder #transitGatewayPeeringAttachments(List) DescribeTransitGatewayPeeringAttachmentsResponse.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 © 2020. All rights reserved.