Interface TemplateGroup.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateGroup.Builder,,TemplateGroup> SdkBuilder<TemplateGroup.Builder,,TemplateGroup> SdkPojo
- Enclosing class:
TemplateGroup
@Mutable
@NotThreadSafe
public static interface TemplateGroup.Builder
extends SdkPojo, CopyableBuilder<TemplateGroup.Builder,TemplateGroup>
-
Method Summary
Modifier and TypeMethodDescriptionA name for the template group.templateUris(String... templateUris) An array of Amazon S3 URIs that point to the graphics-compositing templates for this group.templateUris(Collection<String> templateUris) An array of Amazon S3 URIs that point to the graphics-compositing templates for this group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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 forms3://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
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 forms3://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.
-