Interface QueryTemporalRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QueryTemporalRange.Builder,QueryTemporalRange>,SdkBuilder<QueryTemporalRange.Builder,QueryTemporalRange>,SdkPojo
- Enclosing class:
- QueryTemporalRange
public static interface QueryTemporalRange.Builder extends SdkPojo, CopyableBuilder<QueryTemporalRange.Builder,QueryTemporalRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default QueryTemporalRange.Buildermax(Consumer<QueryTemporalRangeMax.Builder> max)Encapsulates the following properties that provide insights into the most sub-optimal performing table on the temporal axis:QueryTemporalRange.Buildermax(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 Detail
-
max
QueryTemporalRange.Builder max(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.
- 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
default QueryTemporalRange.Builder max(Consumer<QueryTemporalRangeMax.Builder> 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.Builderavoiding the need to create one manually viaQueryTemporalRangeMax.builder().When the
Consumercompletes,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:
max(QueryTemporalRangeMax)
-
-
-