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