Interface StaticImageOutputDeactivateScheduleActionSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StaticImageOutputDeactivateScheduleActionSettings.Builder,
,StaticImageOutputDeactivateScheduleActionSettings> SdkBuilder<StaticImageOutputDeactivateScheduleActionSettings.Builder,
,StaticImageOutputDeactivateScheduleActionSettings> SdkPojo
- Enclosing class:
StaticImageOutputDeactivateScheduleActionSettings
@Mutable
@NotThreadSafe
public static interface StaticImageOutputDeactivateScheduleActionSettings.Builder
extends SdkPojo, CopyableBuilder<StaticImageOutputDeactivateScheduleActionSettings.Builder,StaticImageOutputDeactivateScheduleActionSettings>
-
Method Summary
Modifier and TypeMethodDescriptionThe time in milliseconds for the image to fade out.The image overlay layer to deactivate, 0 to 7.outputNames
(String... outputNames) The name(s) of the output(s) the deactivation should apply to.outputNames
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-