Interface BlackFrames.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BlackFrames.Builder,BlackFrames>,SdkBuilder<BlackFrames.Builder,BlackFrames>,SdkPojo
- Enclosing class:
- BlackFrames
public static interface BlackFrames.Builder extends SdkPojo, CopyableBuilder<BlackFrames.Builder,BlackFrames>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlackFrames.Builderstate(String state)Indicates whether the BlackFrames metric is enabled or disabled.BlackFrames.Builderstate(State state)Indicates whether the BlackFrames metric is enabled or disabled.BlackFrames.BuilderthresholdSeconds(Integer thresholdSeconds)Specifies the number of consecutive seconds of black frames that triggers an event or alert.-
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 Detail
-
state
BlackFrames.Builder state(String state)
Indicates whether the BlackFrames metric is enabled or disabled.
-
state
BlackFrames.Builder state(State state)
Indicates whether the BlackFrames metric is enabled or disabled.
-
thresholdSeconds
BlackFrames.Builder thresholdSeconds(Integer thresholdSeconds)
Specifies the number of consecutive seconds of black frames that triggers an event or alert.- Parameters:
thresholdSeconds- Specifies the number of consecutive seconds of black frames that triggers an event or alert.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-