Interface GetRouteServerRoutingDatabaseResponse.Builder

    • Method Detail

      • areRoutesPersisted

        GetRouteServerRoutingDatabaseResponse.Builder areRoutesPersisted​(Boolean areRoutesPersisted)

        Indicates whether routes are being persisted in the routing database.

        Parameters:
        areRoutesPersisted - Indicates whether routes are being persisted in the routing database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routes

        GetRouteServerRoutingDatabaseResponse.Builder routes​(RouteServerRoute... routes)

        The collection of routes in the route server's routing database.

        Parameters:
        routes - The collection of routes in the route server's routing database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetRouteServerRoutingDatabaseResponse.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 is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.