Interface GetTransitGatewayRouteTablePropagationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTransitGatewayRouteTablePropagationsResponse.Builder,GetTransitGatewayRouteTablePropagationsResponse>
,Ec2Response.Builder
,SdkBuilder<GetTransitGatewayRouteTablePropagationsResponse.Builder,GetTransitGatewayRouteTablePropagationsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- GetTransitGatewayRouteTablePropagationsResponse
public static interface GetTransitGatewayRouteTablePropagationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayRouteTablePropagationsResponse.Builder,GetTransitGatewayRouteTablePropagationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTransitGatewayRouteTablePropagationsResponse.Builder
nextToken(String nextToken)
The token to use to retrieve the next page of results.GetTransitGatewayRouteTablePropagationsResponse.Builder
transitGatewayRouteTablePropagations(Collection<TransitGatewayRouteTablePropagation> transitGatewayRouteTablePropagations)
Information about the route table propagations.GetTransitGatewayRouteTablePropagationsResponse.Builder
transitGatewayRouteTablePropagations(Consumer<TransitGatewayRouteTablePropagation.Builder>... transitGatewayRouteTablePropagations)
Information about the route table propagations.GetTransitGatewayRouteTablePropagationsResponse.Builder
transitGatewayRouteTablePropagations(TransitGatewayRouteTablePropagation... transitGatewayRouteTablePropagations)
Information about the route table propagations.-
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
-
transitGatewayRouteTablePropagations
GetTransitGatewayRouteTablePropagationsResponse.Builder transitGatewayRouteTablePropagations(Collection<TransitGatewayRouteTablePropagation> transitGatewayRouteTablePropagations)
Information about the route table propagations.
- Parameters:
transitGatewayRouteTablePropagations
- Information about the route table propagations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayRouteTablePropagations
GetTransitGatewayRouteTablePropagationsResponse.Builder transitGatewayRouteTablePropagations(TransitGatewayRouteTablePropagation... transitGatewayRouteTablePropagations)
Information about the route table propagations.
- Parameters:
transitGatewayRouteTablePropagations
- Information about the route table propagations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayRouteTablePropagations
GetTransitGatewayRouteTablePropagationsResponse.Builder transitGatewayRouteTablePropagations(Consumer<TransitGatewayRouteTablePropagation.Builder>... transitGatewayRouteTablePropagations)
Information about the route table propagations.
This is a convenience method that creates an instance of theTransitGatewayRouteTablePropagation.Builder
avoiding the need to create one manually viaTransitGatewayRouteTablePropagation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#transitGatewayRouteTablePropagations(List
.) - Parameters:
transitGatewayRouteTablePropagations
- a consumer that will call methods onTransitGatewayRouteTablePropagation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#transitGatewayRouteTablePropagations(java.util.Collection
)
-
nextToken
GetTransitGatewayRouteTablePropagationsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-