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