Class TimeBasedCollectionScheme
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.TimeBasedCollectionScheme
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TimeBasedCollectionScheme.Builder,TimeBasedCollectionScheme>
@Generated("software.amazon.awssdk:codegen") public final class TimeBasedCollectionScheme extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimeBasedCollectionScheme.Builder,TimeBasedCollectionScheme>
Information about a collection scheme that uses a time period to decide how often to collect data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimeBasedCollectionScheme.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimeBasedCollectionScheme.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongperiodMs()The time period (in milliseconds) to decide how often to collect data.List<SdkField<?>>sdkFields()static Class<? extends TimeBasedCollectionScheme.Builder>serializableBuilderClass()TimeBasedCollectionScheme.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
periodMs
public final 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.- Returns:
- 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.
-
toBuilder
public TimeBasedCollectionScheme.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TimeBasedCollectionScheme.Builder,TimeBasedCollectionScheme>
-
builder
public static TimeBasedCollectionScheme.Builder builder()
-
serializableBuilderClass
public static Class<? extends TimeBasedCollectionScheme.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-