Interface QueryTemporalRange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueryTemporalRange.Builder,
,QueryTemporalRange> SdkBuilder<QueryTemporalRange.Builder,
,QueryTemporalRange> SdkPojo
- Enclosing class:
QueryTemporalRange
-
Method Summary
Modifier and TypeMethodDescriptiondefault QueryTemporalRange.Builder
Encapsulates the following properties that provide insights into the most sub-optimal performing table on the temporal axis:max
(QueryTemporalRangeMax max) Encapsulates the following properties that provide insights into the most sub-optimal performing table on the temporal axis: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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-
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.
QueryTemporalRangeMax.Builder
avoiding the need to create one manually viaQueryTemporalRangeMax.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomax(QueryTemporalRangeMax)
.- Parameters:
max
- a consumer that will call methods onQueryTemporalRangeMax.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-