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