Interface CreateRouteTableResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateRouteTableResponse.Builder,,- CreateRouteTableResponse> - Ec2Response.Builder,- SdkBuilder<CreateRouteTableResponse.Builder,,- CreateRouteTableResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateRouteTableResponse
@Mutable
@NotThreadSafe
public static interface CreateRouteTableResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateRouteTableResponse.Builder,CreateRouteTableResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionclientToken(String clientToken) Unique, case-sensitive identifier to ensure the idempotency of the request.default CreateRouteTableResponse.BuilderrouteTable(Consumer<RouteTable.Builder> routeTable) Information about the route table.routeTable(RouteTable routeTable) Information about the route table.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- 
routeTableInformation about the route table. - Parameters:
- routeTable- Information about the route table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
routeTableInformation about the route table. This is a convenience method that creates an instance of theRouteTable.Builderavoiding the need to create one manually viaRouteTable.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torouteTable(RouteTable).- Parameters:
- routeTable- a consumer that will call methods on- RouteTable.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
clientTokenUnique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request. - Parameters:
- clientToken- Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-