Interface SignalInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SignalInformation.Builder,
,SignalInformation> SdkBuilder<SignalInformation.Builder,
,SignalInformation> SdkPojo
- Enclosing class:
SignalInformation
public static interface SignalInformation.Builder
extends SdkPojo, CopyableBuilder<SignalInformation.Builder,SignalInformation>
-
Method Summary
Modifier and TypeMethodDescriptionmaxSampleCount
(Long maxSampleCount) The maximum number of samples to collect.minimumSamplingIntervalMs
(Long minimumSamplingIntervalMs) The minimum duration of time (in milliseconds) between two triggering events to collect data.The name of the signal.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 Details
-
name
The name of the signal.
- Parameters:
name
- The name of the signal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxSampleCount
The maximum number of samples to collect.
- Parameters:
maxSampleCount
- The maximum number of samples to collect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minimumSamplingIntervalMs
The minimum duration of time (in milliseconds) between two triggering events to collect data.
If a signal changes often, you might want to collect data at a slower rate.
- Parameters:
minimumSamplingIntervalMs
- The minimum duration of time (in milliseconds) between two triggering events to collect data.If a signal changes often, you might want to collect data at a slower rate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-