Interface QueryTemporalRangeMax.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueryTemporalRangeMax.Builder,
,QueryTemporalRangeMax> SdkBuilder<QueryTemporalRangeMax.Builder,
,QueryTemporalRangeMax> SdkPojo
- Enclosing class:
QueryTemporalRangeMax
@Mutable
@NotThreadSafe
public static interface QueryTemporalRangeMax.Builder
extends SdkPojo, CopyableBuilder<QueryTemporalRangeMax.Builder,QueryTemporalRangeMax>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the table which is queried with the largest time range.The maximum duration in nanoseconds between the start and end of the query.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
-
value
The maximum duration in nanoseconds between the start and end of the query.
- Parameters:
value
- The maximum duration in nanoseconds between the start and end of the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableArn
The Amazon Resource Name (ARN) of the table which is queried with the largest time range.
- Parameters:
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.
-