public static interface GetTransitGatewayAttachmentPropagationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayAttachmentPropagationsResponse.Builder,GetTransitGatewayAttachmentPropagationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTransitGatewayAttachmentPropagationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetTransitGatewayAttachmentPropagationsResponse.Builder |
transitGatewayAttachmentPropagations(Collection<TransitGatewayAttachmentPropagation> transitGatewayAttachmentPropagations)
Information about the propagation route tables.
|
GetTransitGatewayAttachmentPropagationsResponse.Builder |
transitGatewayAttachmentPropagations(Consumer<TransitGatewayAttachmentPropagation.Builder>... transitGatewayAttachmentPropagations)
Information about the propagation route tables.
|
GetTransitGatewayAttachmentPropagationsResponse.Builder |
transitGatewayAttachmentPropagations(TransitGatewayAttachmentPropagation... transitGatewayAttachmentPropagations)
Information about the propagation route tables.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetTransitGatewayAttachmentPropagationsResponse.Builder transitGatewayAttachmentPropagations(Collection<TransitGatewayAttachmentPropagation> transitGatewayAttachmentPropagations)
Information about the propagation route tables.
transitGatewayAttachmentPropagations - Information about the propagation route tables.GetTransitGatewayAttachmentPropagationsResponse.Builder transitGatewayAttachmentPropagations(TransitGatewayAttachmentPropagation... transitGatewayAttachmentPropagations)
Information about the propagation route tables.
transitGatewayAttachmentPropagations - Information about the propagation route tables.GetTransitGatewayAttachmentPropagationsResponse.Builder transitGatewayAttachmentPropagations(Consumer<TransitGatewayAttachmentPropagation.Builder>... transitGatewayAttachmentPropagations)
Information about the propagation route tables.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #transitGatewayAttachmentPropagations(List) .transitGatewayAttachmentPropagations - a consumer that will call methods on List.Builder #transitGatewayAttachmentPropagations(List) GetTransitGatewayAttachmentPropagationsResponse.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.