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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTransitGatewayAttachmentPropagationsResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.GetTransitGatewayAttachmentPropagationsResponse.BuildertransitGatewayAttachmentPropagations(Collection<TransitGatewayAttachmentPropagation> transitGatewayAttachmentPropagations)Information about the propagation route tables.GetTransitGatewayAttachmentPropagationsResponse.BuildertransitGatewayAttachmentPropagations(Consumer<TransitGatewayAttachmentPropagation.Builder>... transitGatewayAttachmentPropagations)Information about the propagation route tables.GetTransitGatewayAttachmentPropagationsResponse.BuildertransitGatewayAttachmentPropagations(TransitGatewayAttachmentPropagation... transitGatewayAttachmentPropagations)Information about the propagation route tables.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#transitGatewayAttachmentPropagations(List.) - 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:
#transitGatewayAttachmentPropagations(java.util.Collection)
-
nextToken
GetTransitGatewayAttachmentPropagationsResponse.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.
-
-