Interface GetTransitGatewayAttachmentPropagationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTransitGatewayAttachmentPropagationsResponse.Builder,,GetTransitGatewayAttachmentPropagationsResponse> Ec2Response.Builder,SdkBuilder<GetTransitGatewayAttachmentPropagationsResponse.Builder,,GetTransitGatewayAttachmentPropagationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetTransitGatewayAttachmentPropagationsResponse
public static interface GetTransitGatewayAttachmentPropagationsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayAttachmentPropagationsResponse.Builder,GetTransitGatewayAttachmentPropagationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.transitGatewayAttachmentPropagations(Collection<TransitGatewayAttachmentPropagation> transitGatewayAttachmentPropagations) Information about the propagation route tables.transitGatewayAttachmentPropagations(Consumer<TransitGatewayAttachmentPropagation.Builder>... transitGatewayAttachmentPropagations) Information about the propagation route tables.transitGatewayAttachmentPropagations(TransitGatewayAttachmentPropagation... transitGatewayAttachmentPropagations) Information about the propagation route tables.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
transitGatewayAttachmentPropagations
GetTransitGatewayAttachmentPropagationsResponse.Builder transitGatewayAttachmentPropagations(Collection<TransitGatewayAttachmentPropagation> transitGatewayAttachmentPropagations) Information about the propagation route tables.
- Parameters:
transitGatewayAttachmentPropagations- Information about the propagation route tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayAttachmentPropagations
GetTransitGatewayAttachmentPropagationsResponse.Builder transitGatewayAttachmentPropagations(TransitGatewayAttachmentPropagation... transitGatewayAttachmentPropagations) Information about the propagation route tables.
- Parameters:
transitGatewayAttachmentPropagations- Information about the propagation route tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayAttachmentPropagations
GetTransitGatewayAttachmentPropagationsResponse.Builder transitGatewayAttachmentPropagations(Consumer<TransitGatewayAttachmentPropagation.Builder>... transitGatewayAttachmentPropagations) Information about the propagation route tables.
This is a convenience method that creates an instance of theTransitGatewayAttachmentPropagation.Builderavoiding the need to create one manually viaTransitGatewayAttachmentPropagation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totransitGatewayAttachmentPropagations(List<TransitGatewayAttachmentPropagation>).- Parameters:
transitGatewayAttachmentPropagations- a consumer that will call methods onTransitGatewayAttachmentPropagation.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
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.
-