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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetTransitGatewayRouteTablePropagationsResponse.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 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 #transitGatewayRouteTablePropagations(List)
.transitGatewayRouteTablePropagations
- a consumer that will call methods on List.Builder
#transitGatewayRouteTablePropagations(List)
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 © 2022. All rights reserved.