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