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