Interface QuerySpatialCoverage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QuerySpatialCoverage.Builder,
,QuerySpatialCoverage> SdkBuilder<QuerySpatialCoverage.Builder,
,QuerySpatialCoverage> SdkPojo
- Enclosing class:
QuerySpatialCoverage
-
Method Summary
Modifier and TypeMethodDescriptiondefault QuerySpatialCoverage.Builder
Provides insights into the spatial coverage of the executed query and the table with the most inefficient spatial pruning.Provides insights into the spatial coverage of the executed query and the table with the most inefficient spatial pruning.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
Provides insights into the spatial coverage of the executed query and the table with the most inefficient spatial pruning.
-
Value
– The maximum ratio of spatial coverage. -
TableArn
– The Amazon Resource Name (ARN) of the table with sub-optimal spatial pruning. -
PartitionKey
– The partition key used for partitioning, which can be a defaultmeasure_name
or a CDPK.
- Parameters:
max
- Provides insights into the spatial coverage of the executed query and the table with the most inefficient spatial pruning.-
Value
– The maximum ratio of spatial coverage. -
TableArn
– The Amazon Resource Name (ARN) of the table with sub-optimal spatial pruning. -
PartitionKey
– The partition key used for partitioning, which can be a defaultmeasure_name
or a CDPK.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
max
Provides insights into the spatial coverage of the executed query and the table with the most inefficient spatial pruning.
-
Value
– The maximum ratio of spatial coverage. -
TableArn
– The Amazon Resource Name (ARN) of the table with sub-optimal spatial pruning. -
PartitionKey
– The partition key used for partitioning, which can be a defaultmeasure_name
or a CDPK.
QuerySpatialCoverageMax.Builder
avoiding the need to create one manually viaQuerySpatialCoverageMax.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomax(QuerySpatialCoverageMax)
.- Parameters:
max
- a consumer that will call methods onQuerySpatialCoverageMax.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-