public static interface GetTransitGatewayRouteTablePropagationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayRouteTablePropagationsResponse.Builder,GetTransitGatewayRouteTablePropagationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTransitGatewayRouteTablePropagationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetTransitGatewayRouteTablePropagationsResponse.Builder |
transitGatewayRouteTablePropagations(Collection<TransitGatewayRouteTablePropagation> transitGatewayRouteTablePropagations)
Information about the route table propagations.
|
GetTransitGatewayRouteTablePropagationsResponse.Builder |
transitGatewayRouteTablePropagations(Consumer<TransitGatewayRouteTablePropagation.Builder>... transitGatewayRouteTablePropagations)
Information about the route table propagations.
|
GetTransitGatewayRouteTablePropagationsResponse.Builder |
transitGatewayRouteTablePropagations(TransitGatewayRouteTablePropagation... transitGatewayRouteTablePropagations)
Information about the route table propagations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTransitGatewayRouteTablePropagationsResponse.Builder transitGatewayRouteTablePropagations(Collection<TransitGatewayRouteTablePropagation> transitGatewayRouteTablePropagations)
Information about the route table propagations.
transitGatewayRouteTablePropagations - Information about the route table propagations.GetTransitGatewayRouteTablePropagationsResponse.Builder transitGatewayRouteTablePropagations(TransitGatewayRouteTablePropagation... transitGatewayRouteTablePropagations)
Information about the route table propagations.
transitGatewayRouteTablePropagations - Information about the route table propagations.GetTransitGatewayRouteTablePropagationsResponse.Builder transitGatewayRouteTablePropagations(Consumer<TransitGatewayRouteTablePropagation.Builder>... transitGatewayRouteTablePropagations)
Information about the route table propagations.
This is a convenience method that creates an instance of theTransitGatewayRouteTablePropagation.Builder avoiding the
need to create one manually via
TransitGatewayRouteTablePropagation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #transitGatewayRouteTablePropagations(List.
transitGatewayRouteTablePropagations - a consumer that will call methods on
TransitGatewayRouteTablePropagation.Builder#transitGatewayRouteTablePropagations(java.util.Collection) GetTransitGatewayRouteTablePropagationsResponse.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.