Interface CodegenJobSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CodegenJobSummary.Builder,CodegenJobSummary>, SdkBuilder<CodegenJobSummary.Builder,CodegenJobSummary>, SdkPojo
Enclosing class:
CodegenJobSummary

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

    • appId

      The unique ID of the Amplify app associated with the code generation job.

      Parameters:
      appId - The unique ID of the Amplify app associated with the code generation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentName

      CodegenJobSummary.Builder environmentName(String environmentName)

      The name of the backend environment associated with the code generation job.

      Parameters:
      environmentName - The name of the backend environment associated with the code generation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique ID for the code generation job summary.

      Parameters:
      id - The unique ID for the code generation job summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      CodegenJobSummary.Builder createdAt(Instant createdAt)

      The time that the code generation job summary was created.

      Parameters:
      createdAt - The time that the code generation job summary was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modifiedAt

      CodegenJobSummary.Builder modifiedAt(Instant modifiedAt)

      The time that the code generation job summary was modified.

      Parameters:
      modifiedAt - The time that the code generation job summary was modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.