Interface QuerySpatialCoverageMax.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QuerySpatialCoverageMax.Builder,
,QuerySpatialCoverageMax> SdkBuilder<QuerySpatialCoverageMax.Builder,
,QuerySpatialCoverageMax> SdkPojo
- Enclosing class:
QuerySpatialCoverageMax
@Mutable
@NotThreadSafe
public static interface QuerySpatialCoverageMax.Builder
extends SdkPojo, CopyableBuilder<QuerySpatialCoverageMax.Builder,QuerySpatialCoverageMax>
-
Method Summary
Modifier and TypeMethodDescriptionpartitionKey
(String... partitionKey) The partition key used for partitioning, which can be a defaultmeasure_name
or a customer defined partition key.partitionKey
(Collection<String> partitionKey) The partition key used for partitioning, which can be a defaultmeasure_name
or a customer defined partition key.The Amazon Resource Name (ARN) of the table with the most sub-optimal spatial pruning.The maximum ratio of spatial coverage.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 ratio of spatial coverage.
- Parameters:
value
- The maximum ratio of spatial coverage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableArn
The Amazon Resource Name (ARN) of the table with the most sub-optimal spatial pruning.
- Parameters:
tableArn
- The Amazon Resource Name (ARN) of the table with the most sub-optimal spatial pruning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partitionKey
The partition key used for partitioning, which can be a default
measure_name
or a customer defined partition key.- Parameters:
partitionKey
- The partition key used for partitioning, which can be a defaultmeasure_name
or a customer defined partition key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partitionKey
The partition key used for partitioning, which can be a default
measure_name
or a customer defined partition key.- Parameters:
partitionKey
- The partition key used for partitioning, which can be a defaultmeasure_name
or a customer defined partition key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-