Interface GetBackendJobResponse.Builder

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

public static interface GetBackendJobResponse.Builder extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<GetBackendJobResponse.Builder,GetBackendJobResponse>
  • Method Details

    • appId

      The app ID.

      Parameters:
      appId - The app ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • backendEnvironmentName

      GetBackendJobResponse.Builder backendEnvironmentName(String backendEnvironmentName)

      The name of the backend environment.

      Parameters:
      backendEnvironmentName - The name of the backend environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createTime

      GetBackendJobResponse.Builder createTime(String createTime)

      The time when the job was created.

      Parameters:
      createTime - The time when the job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • error

      If the request fails, this error is returned.

      Parameters:
      error - If the request fails, this error is returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobId

      The ID for the job.

      Parameters:
      jobId - The ID for the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operation

      GetBackendJobResponse.Builder operation(String operation)

      The name of the operation.

      Parameters:
      operation - The name of the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the request.

      Parameters:
      status - The current status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateTime

      GetBackendJobResponse.Builder updateTime(String updateTime)

      The time when the job was last updated.

      Parameters:
      updateTime - The time when the job was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.