Interface PauseServiceResponse.Builder

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

public static interface PauseServiceResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<PauseServiceResponse.Builder,PauseServiceResponse>
  • Method Details

    • 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.
    • service

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

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to service(Service).

      Parameters:
      service - a consumer that will call methods on Service.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.