Interface CreateJobTemplateResponse.Builder

    • Method Detail

      • id

        CreateJobTemplateResponse.Builder id​(String id)

        This output display the created job template ID.

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

        CreateJobTemplateResponse.Builder name​(String name)

        This output displays the name of the created job template.

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

        CreateJobTemplateResponse.Builder arn​(String arn)

        This output display the ARN of the created job template.

        Parameters:
        arn - This output display the ARN of the created job template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        CreateJobTemplateResponse.Builder createdAt​(Instant createdAt)

        This output displays the date and time when the job template was created.

        Parameters:
        createdAt - This output displays the date and time when the job template was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.