Class QueryTemporalRange
- java.lang.Object
-
- software.amazon.awssdk.services.timestreamquery.model.QueryTemporalRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QueryTemporalRange.Builder,QueryTemporalRange>
@Generated("software.amazon.awssdk:codegen") public final class QueryTemporalRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryTemporalRange.Builder,QueryTemporalRange>
Provides insights into the temporal range of the query, including the table with the largest (max) time range.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQueryTemporalRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryTemporalRange.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()QueryTemporalRangeMaxmax()Encapsulates the following properties that provide insights into the most sub-optimal performing table on the temporal axis:Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends QueryTemporalRange.Builder>serializableBuilderClass()QueryTemporalRange.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
-
max
public final QueryTemporalRangeMax max()
Encapsulates the following properties that provide insights into the most sub-optimal performing table on the temporal axis:
-
Value– The maximum duration in nanoseconds between the start and end of the query. -
TableArn– The Amazon Resource Name (ARN) of the table which is queried with the largest time range.
- Returns:
- Encapsulates the following properties that provide insights into the most sub-optimal performing table on
the temporal axis:
-
Value– The maximum duration in nanoseconds between the start and end of the query. -
TableArn– The Amazon Resource Name (ARN) of the table which is queried with the largest time range.
-
-
-
toBuilder
public QueryTemporalRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QueryTemporalRange.Builder,QueryTemporalRange>
-
builder
public static QueryTemporalRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends QueryTemporalRange.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-