Interface MotionGraphicsConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MotionGraphicsConfiguration.Builder,,- MotionGraphicsConfiguration> - SdkBuilder<MotionGraphicsConfiguration.Builder,,- MotionGraphicsConfiguration> - SdkPojo
- Enclosing class:
- MotionGraphicsConfiguration
@Mutable
@NotThreadSafe
public static interface MotionGraphicsConfiguration.Builder
extends SdkPojo, CopyableBuilder<MotionGraphicsConfiguration.Builder,MotionGraphicsConfiguration> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
motionGraphicsInsertionSets 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:
 
- 
motionGraphicsInsertionMotionGraphicsConfiguration.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:
 
- 
motionGraphicsSettingsMotionGraphicsConfiguration.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.
 
- 
motionGraphicsSettingsdefault 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 on- MotionGraphicsSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-