Interface DescribeTransitGatewayVpcAttachmentsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTransitGatewayVpcAttachmentsResponse.Builder,DescribeTransitGatewayVpcAttachmentsResponse>,Ec2Response.Builder,SdkBuilder<DescribeTransitGatewayVpcAttachmentsResponse.Builder,DescribeTransitGatewayVpcAttachmentsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTransitGatewayVpcAttachmentsResponse
@Mutable @NotThreadSafe public static interface DescribeTransitGatewayVpcAttachmentsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewayVpcAttachmentsResponse.Builder,DescribeTransitGatewayVpcAttachmentsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTransitGatewayVpcAttachmentsResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.DescribeTransitGatewayVpcAttachmentsResponse.BuildertransitGatewayVpcAttachments(Collection<TransitGatewayVpcAttachment> transitGatewayVpcAttachments)Information about the VPC attachments.DescribeTransitGatewayVpcAttachmentsResponse.BuildertransitGatewayVpcAttachments(Consumer<TransitGatewayVpcAttachment.Builder>... transitGatewayVpcAttachments)Information about the VPC attachments.DescribeTransitGatewayVpcAttachmentsResponse.BuildertransitGatewayVpcAttachments(TransitGatewayVpcAttachment... transitGatewayVpcAttachments)Information about the VPC 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 Detail
-
transitGatewayVpcAttachments
DescribeTransitGatewayVpcAttachmentsResponse.Builder transitGatewayVpcAttachments(Collection<TransitGatewayVpcAttachment> transitGatewayVpcAttachments)
Information about the VPC attachments.
- Parameters:
transitGatewayVpcAttachments- Information about the VPC attachments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayVpcAttachments
DescribeTransitGatewayVpcAttachmentsResponse.Builder transitGatewayVpcAttachments(TransitGatewayVpcAttachment... transitGatewayVpcAttachments)
Information about the VPC attachments.
- Parameters:
transitGatewayVpcAttachments- Information about the VPC attachments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayVpcAttachments
DescribeTransitGatewayVpcAttachmentsResponse.Builder transitGatewayVpcAttachments(Consumer<TransitGatewayVpcAttachment.Builder>... transitGatewayVpcAttachments)
Information about the VPC attachments.
This is a convenience method that creates an instance of theTransitGatewayVpcAttachment.Builderavoiding the need to create one manually viaTransitGatewayVpcAttachment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#transitGatewayVpcAttachments(List.) - Parameters:
transitGatewayVpcAttachments- a consumer that will call methods onTransitGatewayVpcAttachment.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#transitGatewayVpcAttachments(java.util.Collection)
-
nextToken
DescribeTransitGatewayVpcAttachmentsResponse.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.
-
-