Interface DescribeTransitGatewayConnectsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeTransitGatewayConnectsResponse.Builder,
,DescribeTransitGatewayConnectsResponse> Ec2Response.Builder
,SdkBuilder<DescribeTransitGatewayConnectsResponse.Builder,
,DescribeTransitGatewayConnectsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeTransitGatewayConnectsResponse
@Mutable
@NotThreadSafe
public static interface DescribeTransitGatewayConnectsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewayConnectsResponse.Builder,DescribeTransitGatewayConnectsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.transitGatewayConnects
(Collection<TransitGatewayConnect> transitGatewayConnects) Information about the Connect attachments.transitGatewayConnects
(Consumer<TransitGatewayConnect.Builder>... transitGatewayConnects) Information about the Connect attachments.transitGatewayConnects
(TransitGatewayConnect... transitGatewayConnects) Information about the Connect attachments.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 Details
-
transitGatewayConnects
DescribeTransitGatewayConnectsResponse.Builder transitGatewayConnects(Collection<TransitGatewayConnect> transitGatewayConnects) Information about the Connect attachments.
- Parameters:
transitGatewayConnects
- Information about the Connect attachments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayConnects
DescribeTransitGatewayConnectsResponse.Builder transitGatewayConnects(TransitGatewayConnect... transitGatewayConnects) Information about the Connect attachments.
- Parameters:
transitGatewayConnects
- Information about the Connect attachments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayConnects
DescribeTransitGatewayConnectsResponse.Builder transitGatewayConnects(Consumer<TransitGatewayConnect.Builder>... transitGatewayConnects) Information about the Connect attachments.
This is a convenience method that creates an instance of theTransitGatewayConnect.Builder
avoiding the need to create one manually viaTransitGatewayConnect.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totransitGatewayConnects(List<TransitGatewayConnect>)
.- Parameters:
transitGatewayConnects
- a consumer that will call methods onTransitGatewayConnect.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-