Interface PauseServiceResponse.Builder

    • Method Detail

      • service

        PauseServiceResponse.Builder service​(Service service)

        A description of the App Runner service that this request just paused.

        Parameters:
        service - A description of the App Runner service that this request just paused.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationId

        PauseServiceResponse.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.