Interface UpdateServiceResponse.Builder

    • Method Detail

      • service

        UpdateServiceResponse.Builder service​(Service service)

        A description of the App Runner service updated by this request. All configuration values in the returned Service structure reflect configuration changes that are being applied by this request.

        Parameters:
        service - A description of the App Runner service updated by this request. All configuration values in the returned Service structure reflect configuration changes that are being applied by this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationId

        UpdateServiceResponse.Builder operationId​(String operationId)

        The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.

        Parameters:
        operationId - The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
        Returns:
        Returns a reference to this object so that method calls can be chained together.