Interface GetTransitGatewayAttachmentPropagationsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetTransitGatewayAttachmentPropagationsResponse.Builder,,- GetTransitGatewayAttachmentPropagationsResponse> - Ec2Response.Builder,- SdkBuilder<GetTransitGatewayAttachmentPropagationsResponse.Builder,,- GetTransitGatewayAttachmentPropagationsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetTransitGatewayAttachmentPropagationsResponse
@Mutable
@NotThreadSafe
public static interface GetTransitGatewayAttachmentPropagationsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayAttachmentPropagationsResponse.Builder,GetTransitGatewayAttachmentPropagationsResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
transitGatewayAttachmentPropagationsGetTransitGatewayAttachmentPropagationsResponse.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.
 
- 
transitGatewayAttachmentPropagationsGetTransitGatewayAttachmentPropagationsResponse.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.
 
- 
transitGatewayAttachmentPropagationsGetTransitGatewayAttachmentPropagationsResponse.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 on- TransitGatewayAttachmentPropagation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe 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 is- nullwhen there are no more results to return.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-