Interface TimeBasedCollectionScheme.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TimeBasedCollectionScheme.Builder,TimeBasedCollectionScheme>,SdkBuilder<TimeBasedCollectionScheme.Builder,TimeBasedCollectionScheme>,SdkPojo
- Enclosing class:
- TimeBasedCollectionScheme
public static interface TimeBasedCollectionScheme.Builder extends SdkPojo, CopyableBuilder<TimeBasedCollectionScheme.Builder,TimeBasedCollectionScheme>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeBasedCollectionScheme.BuilderperiodMs(Long periodMs)The time period (in milliseconds) to decide how often to collect data.-
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 Detail
-
periodMs
TimeBasedCollectionScheme.Builder periodMs(Long periodMs)
The time period (in milliseconds) to decide how often to collect data. For example, if the time period is
60000, the Edge Agent software collects data once every minute.- Parameters:
periodMs- The time period (in milliseconds) to decide how often to collect data. For example, if the time period is60000, the Edge Agent software collects data once every minute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-