Interface FrozenFrames.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FrozenFrames.Builder,,FrozenFrames> SdkBuilder<FrozenFrames.Builder,,FrozenFrames> SdkPojo
- Enclosing class:
FrozenFrames
@Mutable
@NotThreadSafe
public static interface FrozenFrames.Builder
extends SdkPojo, CopyableBuilder<FrozenFrames.Builder,FrozenFrames>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether theFrozenFramesmetric is enabled or disabled.Indicates whether theFrozenFramesmetric is enabled or disabled.thresholdSeconds(Integer thresholdSeconds) Specifies the number of consecutive seconds of a static image that triggers an event or alert.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
state
Indicates whether the
FrozenFramesmetric is enabled or disabled.- Parameters:
state- Indicates whether theFrozenFramesmetric is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
Indicates whether the
FrozenFramesmetric is enabled or disabled.- Parameters:
state- Indicates whether theFrozenFramesmetric is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
thresholdSeconds
Specifies the number of consecutive seconds of a static image that triggers an event or alert.
- Parameters:
thresholdSeconds- Specifies the number of consecutive seconds of a static image that triggers an event or alert.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-