Interface GetTransitGatewayRouteTableAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTransitGatewayRouteTableAssociationsResponse.Builder,GetTransitGatewayRouteTableAssociationsResponse>,Ec2Response.Builder,SdkBuilder<GetTransitGatewayRouteTableAssociationsResponse.Builder,GetTransitGatewayRouteTableAssociationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetTransitGatewayRouteTableAssociationsResponse
public static interface GetTransitGatewayRouteTableAssociationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayRouteTableAssociationsResponse.Builder,GetTransitGatewayRouteTableAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTransitGatewayRouteTableAssociationsResponse.Builderassociations(Collection<TransitGatewayRouteTableAssociation> associations)Information about the associations.GetTransitGatewayRouteTableAssociationsResponse.Builderassociations(Consumer<TransitGatewayRouteTableAssociation.Builder>... associations)Information about the associations.GetTransitGatewayRouteTableAssociationsResponse.Builderassociations(TransitGatewayRouteTableAssociation... associations)Information about the associations.GetTransitGatewayRouteTableAssociationsResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
associations
GetTransitGatewayRouteTableAssociationsResponse.Builder associations(Collection<TransitGatewayRouteTableAssociation> associations)
Information about the associations.
- Parameters:
associations- Information about the associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associations
GetTransitGatewayRouteTableAssociationsResponse.Builder associations(TransitGatewayRouteTableAssociation... associations)
Information about the associations.
- Parameters:
associations- Information about the associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associations
GetTransitGatewayRouteTableAssociationsResponse.Builder associations(Consumer<TransitGatewayRouteTableAssociation.Builder>... associations)
Information about the associations.
This is a convenience method that creates an instance of theTransitGatewayRouteTableAssociation.Builderavoiding the need to create one manually viaTransitGatewayRouteTableAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#associations(List.) - Parameters:
associations- a consumer that will call methods onTransitGatewayRouteTableAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#associations(java.util.Collection)
-
nextToken
GetTransitGatewayRouteTableAssociationsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-