Interface CreateRouteTableResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateRouteTableResponse.Builder,CreateRouteTableResponse>, Ec2Response.Builder, SdkBuilder<CreateRouteTableResponse.Builder,CreateRouteTableResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateRouteTableResponse

public static interface CreateRouteTableResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateRouteTableResponse.Builder,CreateRouteTableResponse>
  • Method Details

    • routeTable

      Information 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.
    • routeTable

      Information about the route table.

      This is a convenience method that creates an instance of the RouteTable.Builder avoiding the need to create one manually via RouteTable.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to routeTable(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:
    • clientToken

      CreateRouteTableResponse.Builder clientToken(String clientToken)

      Unique, 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.