Interface QueryTemporalRangeMax.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QueryTemporalRangeMax.Builder,QueryTemporalRangeMax>,SdkBuilder<QueryTemporalRangeMax.Builder,QueryTemporalRangeMax>,SdkPojo
- Enclosing class:
- QueryTemporalRangeMax
public static interface QueryTemporalRangeMax.Builder extends SdkPojo, CopyableBuilder<QueryTemporalRangeMax.Builder,QueryTemporalRangeMax>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryTemporalRangeMax.BuildertableArn(String tableArn)The Amazon Resource Name (ARN) of the table which is queried with the largest time range.QueryTemporalRangeMax.Buildervalue(Long value)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 Detail
-
value
QueryTemporalRangeMax.Builder value(Long 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
QueryTemporalRangeMax.Builder tableArn(String 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.
-
-