Interface StaticImageDeactivateScheduleActionSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StaticImageDeactivateScheduleActionSettings.Builder,StaticImageDeactivateScheduleActionSettings>,SdkBuilder<StaticImageDeactivateScheduleActionSettings.Builder,StaticImageDeactivateScheduleActionSettings>,SdkPojo
- Enclosing class:
- StaticImageDeactivateScheduleActionSettings
public static interface StaticImageDeactivateScheduleActionSettings.Builder extends SdkPojo, CopyableBuilder<StaticImageDeactivateScheduleActionSettings.Builder,StaticImageDeactivateScheduleActionSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StaticImageDeactivateScheduleActionSettings.BuilderfadeOut(Integer fadeOut)The time in milliseconds for the image to fade out.StaticImageDeactivateScheduleActionSettings.Builderlayer(Integer layer)The image overlay layer to deactivate, 0 to 7.-
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
-
fadeOut
StaticImageDeactivateScheduleActionSettings.Builder fadeOut(Integer fadeOut)
The time in milliseconds for the image to fade out. Default is 0 (no fade-out).- Parameters:
fadeOut- The time in milliseconds for the image to fade out. Default is 0 (no fade-out).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layer
StaticImageDeactivateScheduleActionSettings.Builder layer(Integer layer)
The image overlay layer to deactivate, 0 to 7. Default is 0.- Parameters:
layer- The image overlay layer to deactivate, 0 to 7. Default is 0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-