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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTransitGatewayRouteTableAssociationsResponse.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 theTransitGatewayRouteTableAssociation.Builder avoiding the
need to create one manually via
TransitGatewayRouteTableAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #associations(List.
associations - a consumer that will call methods on
TransitGatewayRouteTableAssociation.Builder#associations(java.util.Collection) 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.