Interface MotionGraphicsConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<MotionGraphicsConfiguration.Builder,,MotionGraphicsConfiguration> SdkBuilder<MotionGraphicsConfiguration.Builder,,MotionGraphicsConfiguration> SdkPojo
- Enclosing class:
 MotionGraphicsConfiguration
public static interface MotionGraphicsConfiguration.Builder
extends SdkPojo, CopyableBuilder<MotionGraphicsConfiguration.Builder,MotionGraphicsConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionmotionGraphicsInsertion(String motionGraphicsInsertion) Sets the value of the MotionGraphicsInsertion property for this object.motionGraphicsInsertion(MotionGraphicsInsertion motionGraphicsInsertion) Sets the value of the MotionGraphicsInsertion property for this object.motionGraphicsSettings(Consumer<MotionGraphicsSettings.Builder> motionGraphicsSettings) Motion Graphics Settings This is a convenience method that creates an instance of theMotionGraphicsSettings.Builderavoiding the need to create one manually viaMotionGraphicsSettings.builder().motionGraphicsSettings(MotionGraphicsSettings motionGraphicsSettings) Motion Graphics SettingsMethods 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
- 
motionGraphicsInsertion
Sets the value of the MotionGraphicsInsertion property for this object.- Parameters:
 motionGraphicsInsertion- The new value for the MotionGraphicsInsertion property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
motionGraphicsInsertion
MotionGraphicsConfiguration.Builder motionGraphicsInsertion(MotionGraphicsInsertion motionGraphicsInsertion) Sets the value of the MotionGraphicsInsertion property for this object.- Parameters:
 motionGraphicsInsertion- The new value for the MotionGraphicsInsertion property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
motionGraphicsSettings
MotionGraphicsConfiguration.Builder motionGraphicsSettings(MotionGraphicsSettings motionGraphicsSettings) Motion Graphics Settings- Parameters:
 motionGraphicsSettings- Motion Graphics Settings- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
motionGraphicsSettings
default MotionGraphicsConfiguration.Builder motionGraphicsSettings(Consumer<MotionGraphicsSettings.Builder> motionGraphicsSettings) Motion Graphics Settings This is a convenience method that creates an instance of theMotionGraphicsSettings.Builderavoiding the need to create one manually viaMotionGraphicsSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomotionGraphicsSettings(MotionGraphicsSettings).- Parameters:
 motionGraphicsSettings- a consumer that will call methods onMotionGraphicsSettings.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -