public static interface GetTransitGatewayRouteTableAssociationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayRouteTableAssociationsResponse.Builder,GetTransitGatewayRouteTableAssociationsResponse>
Modifier and Type | Method and Description |
---|---|
GetTransitGatewayRouteTableAssociationsResponse.Builder |
associations(Collection<TransitGatewayRouteTableAssociation> associations)
Information about the associations.
|
GetTransitGatewayRouteTableAssociationsResponse.Builder |
associations(Consumer<TransitGatewayRouteTableAssociation.Builder>... associations)
Information about the associations.
|
GetTransitGatewayRouteTableAssociationsResponse.Builder |
associations(TransitGatewayRouteTableAssociation... associations)
Information about the associations.
|
GetTransitGatewayRouteTableAssociationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetTransitGatewayRouteTableAssociationsResponse.Builder associations(Collection<TransitGatewayRouteTableAssociation> associations)
Information about the associations.
associations
- Information about the associations.GetTransitGatewayRouteTableAssociationsResponse.Builder associations(TransitGatewayRouteTableAssociation... associations)
Information about the associations.
associations
- Information about the associations.GetTransitGatewayRouteTableAssociationsResponse.Builder associations(Consumer<TransitGatewayRouteTableAssociation.Builder>... associations)
Information about the associations.
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 #associations(List)
.associations
- a consumer that will call methods on List.Builder
#associations(List)
GetTransitGatewayRouteTableAssociationsResponse.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.