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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MotionGraphicsSettings.BuilderhtmlMotionGraphicsSettings(Consumer<HtmlMotionGraphicsSettings.Builder> htmlMotionGraphicsSettings)Sets the value of the HtmlMotionGraphicsSettings property for this object.MotionGraphicsSettings.BuilderhtmlMotionGraphicsSettings(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 Detail
-
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.Builderavoiding the need to create one manually viaHtmlMotionGraphicsSettings.builder().When the
Consumercompletes,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:
htmlMotionGraphicsSettings(HtmlMotionGraphicsSettings)
-
-