Interface DescribeTransitGatewaysResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTransitGatewaysResponse.Builder,DescribeTransitGatewaysResponse>,Ec2Response.Builder,SdkBuilder<DescribeTransitGatewaysResponse.Builder,DescribeTransitGatewaysResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTransitGatewaysResponse
public static interface DescribeTransitGatewaysResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewaysResponse.Builder,DescribeTransitGatewaysResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTransitGatewaysResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.DescribeTransitGatewaysResponse.BuildertransitGateways(Collection<TransitGateway> transitGateways)Information about the transit gateways.DescribeTransitGatewaysResponse.BuildertransitGateways(Consumer<TransitGateway.Builder>... transitGateways)Information about the transit gateways.DescribeTransitGatewaysResponse.BuildertransitGateways(TransitGateway... transitGateways)Information about the transit gateways.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
transitGateways
DescribeTransitGatewaysResponse.Builder transitGateways(Collection<TransitGateway> transitGateways)
Information about the transit gateways.
- Parameters:
transitGateways- Information about the transit gateways.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGateways
DescribeTransitGatewaysResponse.Builder transitGateways(TransitGateway... transitGateways)
Information about the transit gateways.
- Parameters:
transitGateways- Information about the transit gateways.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGateways
DescribeTransitGatewaysResponse.Builder transitGateways(Consumer<TransitGateway.Builder>... transitGateways)
Information about the transit gateways.
This is a convenience method that creates an instance of theTransitGateway.Builderavoiding the need to create one manually viaTransitGateway.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#transitGateways(List.) - Parameters:
transitGateways- a consumer that will call methods onTransitGateway.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#transitGateways(java.util.Collection)
-
nextToken
DescribeTransitGatewaysResponse.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.
-
-