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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description MotionGraphicsConfiguration.BuildermotionGraphicsInsertion(String motionGraphicsInsertion)Sets the value of the MotionGraphicsInsertion property for this object.MotionGraphicsConfiguration.BuildermotionGraphicsInsertion(MotionGraphicsInsertion motionGraphicsInsertion)Sets the value of the MotionGraphicsInsertion property for this object.default MotionGraphicsConfiguration.BuildermotionGraphicsSettings(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().MotionGraphicsConfiguration.BuildermotionGraphicsSettings(MotionGraphicsSettings motionGraphicsSettings)Motion Graphics Settings-
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
-
motionGraphicsInsertion
MotionGraphicsConfiguration.Builder motionGraphicsInsertion(String 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,MotionGraphicsInsertion
-
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:
MotionGraphicsInsertion,MotionGraphicsInsertion
-
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:
motionGraphicsSettings(MotionGraphicsSettings)
-
-