public static interface GetTransitGatewayPolicyTableAssociationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayPolicyTableAssociationsResponse.Builder,GetTransitGatewayPolicyTableAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTransitGatewayPolicyTableAssociationsResponse.Builder |
associations(Collection<TransitGatewayPolicyTableAssociation> associations)
Returns details about the transit gateway policy table association.
|
GetTransitGatewayPolicyTableAssociationsResponse.Builder |
associations(Consumer<TransitGatewayPolicyTableAssociation.Builder>... associations)
Returns details about the transit gateway policy table association.
|
GetTransitGatewayPolicyTableAssociationsResponse.Builder |
associations(TransitGatewayPolicyTableAssociation... associations)
Returns details about the transit gateway policy table association.
|
GetTransitGatewayPolicyTableAssociationsResponse.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTransitGatewayPolicyTableAssociationsResponse.Builder associations(Collection<TransitGatewayPolicyTableAssociation> associations)
Returns details about the transit gateway policy table association.
associations - Returns details about the transit gateway policy table association.GetTransitGatewayPolicyTableAssociationsResponse.Builder associations(TransitGatewayPolicyTableAssociation... associations)
Returns details about the transit gateway policy table association.
associations - Returns details about the transit gateway policy table association.GetTransitGatewayPolicyTableAssociationsResponse.Builder associations(Consumer<TransitGatewayPolicyTableAssociation.Builder>... associations)
Returns details about the transit gateway policy table association.
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) GetTransitGatewayPolicyTableAssociationsResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2022. All rights reserved.