Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.TimestampPartition.Builder
-
Packages that use TimestampPartition.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of TimestampPartition.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return TimestampPartition.Builder Modifier and Type Method Description TimestampPartition.BuilderTimestampPartition.Builder. attributeName(String attributeName)The attribute name of the partition defined by a timestamp.static TimestampPartition.BuilderTimestampPartition. builder()TimestampPartition.BuilderTimestampPartition.Builder. timestampFormat(String timestampFormat)The timestamp format of a partition defined by a timestamp.TimestampPartition.BuilderTimestampPartition. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type TimestampPartition.Builder Modifier and Type Method Description static Class<? extends TimestampPartition.Builder>TimestampPartition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type TimestampPartition.Builder Modifier and Type Method Description default DatastorePartition.BuilderDatastorePartition.Builder. timestampPartition(Consumer<TimestampPartition.Builder> timestampPartition)A partition dimension defined by a timestamp attribute.
-