Interface MotionGraphicsSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MotionGraphicsSettings.Builder,
,MotionGraphicsSettings> SdkBuilder<MotionGraphicsSettings.Builder,
,MotionGraphicsSettings> SdkPojo
- Enclosing class:
MotionGraphicsSettings
public static interface MotionGraphicsSettings.Builder
extends SdkPojo, CopyableBuilder<MotionGraphicsSettings.Builder,MotionGraphicsSettings>
-
Method Summary
Modifier and TypeMethodDescriptiondefault MotionGraphicsSettings.Builder
htmlMotionGraphicsSettings
(Consumer<HtmlMotionGraphicsSettings.Builder> htmlMotionGraphicsSettings) Sets the value of the HtmlMotionGraphicsSettings property for this object.htmlMotionGraphicsSettings
(HtmlMotionGraphicsSettings htmlMotionGraphicsSettings) Sets the value of the HtmlMotionGraphicsSettings property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
htmlMotionGraphicsSettings
MotionGraphicsSettings.Builder htmlMotionGraphicsSettings(HtmlMotionGraphicsSettings htmlMotionGraphicsSettings) Sets the value of the HtmlMotionGraphicsSettings property for this object.- Parameters:
htmlMotionGraphicsSettings
- The new value for the HtmlMotionGraphicsSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
htmlMotionGraphicsSettings
default MotionGraphicsSettings.Builder htmlMotionGraphicsSettings(Consumer<HtmlMotionGraphicsSettings.Builder> htmlMotionGraphicsSettings) Sets the value of the HtmlMotionGraphicsSettings property for this object. This is a convenience method that creates an instance of theHtmlMotionGraphicsSettings.Builder
avoiding the need to create one manually viaHtmlMotionGraphicsSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohtmlMotionGraphicsSettings(HtmlMotionGraphicsSettings)
.- Parameters:
htmlMotionGraphicsSettings
- a consumer that will call methods onHtmlMotionGraphicsSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-