Interface CodegenJobSummary.Builder

    • Method Detail

      • appId

        CodegenJobSummary.Builder appId​(String 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

        CodegenJobSummary.Builder id​(String 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.