Interface CancelJobRunResponse.Builder

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

public static interface CancelJobRunResponse.Builder extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<CancelJobRunResponse.Builder,CancelJobRunResponse>
  • Method Details

    • id

      The output contains the ID of the cancelled job run.

      Parameters:
      id - The output contains the ID of the cancelled job run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • virtualClusterId

      CancelJobRunResponse.Builder virtualClusterId(String virtualClusterId)

      The output contains the virtual cluster ID for which the job run is cancelled.

      Parameters:
      virtualClusterId - The output contains the virtual cluster ID for which the job run is cancelled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.