Interface StartJobRunResponse.Builder

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

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

    • id

      This output displays the started job run ID.

      Parameters:
      id - This output displays the started job run ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      This output displays the name of the started job run.

      Parameters:
      name - This output displays the name of the started job run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      This output lists the ARN of job run.

      Parameters:
      arn - This output lists the ARN of job run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • virtualClusterId

      StartJobRunResponse.Builder virtualClusterId(String virtualClusterId)

      This output displays the virtual cluster ID for which the job run was submitted.

      Parameters:
      virtualClusterId - This output displays the virtual cluster ID for which the job run was submitted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.