Interface JobTemplateSummary.Builder

    • Method Detail

      • jobTemplateArn

        JobTemplateSummary.Builder jobTemplateArn​(String jobTemplateArn)

        The ARN of the job template.

        Parameters:
        jobTemplateArn - The ARN of the job template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobTemplateId

        JobTemplateSummary.Builder jobTemplateId​(String jobTemplateId)

        The unique identifier of the job template.

        Parameters:
        jobTemplateId - The unique identifier of the job template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        JobTemplateSummary.Builder description​(String description)

        A description of the job template.

        Parameters:
        description - A description of the job template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        JobTemplateSummary.Builder createdAt​(Instant createdAt)

        The time, in seconds since the epoch, when the job template was created.

        Parameters:
        createdAt - The time, in seconds since the epoch, when the job template was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.