Interface TemplateGroup.Builder

  • Method Details

    • name

      A name for the template group.

      Parameters:
      name - A name for the template group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateUris

      TemplateGroup.Builder templateUris(Collection<String> templateUris)

      An array of Amazon S3 URIs that point to the graphics-compositing templates for this group. You can specify 1 or 2 URIs. Each URI must be in the form s3://bucket-name/key. Elemental Inference reads these templates using the IAM role that you specify in accessRoleArn.

      Parameters:
      templateUris - An array of Amazon S3 URIs that point to the graphics-compositing templates for this group. You can specify 1 or 2 URIs. Each URI must be in the form s3://bucket-name/key. Elemental Inference reads these templates using the IAM role that you specify in accessRoleArn.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateUris

      TemplateGroup.Builder templateUris(String... templateUris)

      An array of Amazon S3 URIs that point to the graphics-compositing templates for this group. You can specify 1 or 2 URIs. Each URI must be in the form s3://bucket-name/key. Elemental Inference reads these templates using the IAM role that you specify in accessRoleArn.

      Parameters:
      templateUris - An array of Amazon S3 URIs that point to the graphics-compositing templates for this group. You can specify 1 or 2 URIs. Each URI must be in the form s3://bucket-name/key. Elemental Inference reads these templates using the IAM role that you specify in accessRoleArn.
      Returns:
      Returns a reference to this object so that method calls can be chained together.