Interface CroppingConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CroppingConfig.Builder,,CroppingConfig> SdkBuilder<CroppingConfig.Builder,,CroppingConfig> SdkPojo
- Enclosing class:
CroppingConfig
-
Method Summary
Modifier and TypeMethodDescriptiontemplateGroups(Collection<TemplateGroup> templateGroups) An array of template groups for the crop output.templateGroups(Consumer<TemplateGroup.Builder>... templateGroups) An array of template groups for the crop output.templateGroups(TemplateGroup... templateGroups) An array of template groups for the crop output.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
-
templateGroups
An array of template groups for the crop output. Each template group provides the graphics-compositing templates that Elemental Inference applies to the cropped video. You can specify from 1 to 4 template groups.
- Parameters:
templateGroups- An array of template groups for the crop output. Each template group provides the graphics-compositing templates that Elemental Inference applies to the cropped video. You can specify from 1 to 4 template groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateGroups
An array of template groups for the crop output. Each template group provides the graphics-compositing templates that Elemental Inference applies to the cropped video. You can specify from 1 to 4 template groups.
- Parameters:
templateGroups- An array of template groups for the crop output. Each template group provides the graphics-compositing templates that Elemental Inference applies to the cropped video. You can specify from 1 to 4 template groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateGroups
An array of template groups for the crop output. Each template group provides the graphics-compositing templates that Elemental Inference applies to the cropped video. You can specify from 1 to 4 template groups.
This is a convenience method that creates an instance of theTemplateGroup.Builderavoiding the need to create one manually viaTemplateGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totemplateGroups(List<TemplateGroup>).- Parameters:
templateGroups- a consumer that will call methods onTemplateGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-