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 theTransitGatewayPolicyTableAssociation.Builder avoiding the
need to create one manually via
TransitGatewayPolicyTableAssociation.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
TransitGatewayPolicyTableAssociation.Builder#associations(java.util.Collection) GetTransitGatewayPolicyTableAssociationsResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2023. All rights reserved.