Interface QuerySpatialCoverage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QuerySpatialCoverage.Builder,QuerySpatialCoverage>,SdkBuilder<QuerySpatialCoverage.Builder,QuerySpatialCoverage>,SdkPojo
- Enclosing class:
- QuerySpatialCoverage
public static interface QuerySpatialCoverage.Builder extends SdkPojo, CopyableBuilder<QuerySpatialCoverage.Builder,QuerySpatialCoverage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default QuerySpatialCoverage.Buildermax(Consumer<QuerySpatialCoverageMax.Builder> max)Provides insights into the spatial coverage of the executed query and the table with the most inefficient spatial pruning.QuerySpatialCoverage.Buildermax(QuerySpatialCoverageMax max)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 Detail
-
max
QuerySpatialCoverage.Builder max(QuerySpatialCoverageMax 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_nameor 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_nameor a CDPK.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
max
default QuerySpatialCoverage.Builder max(Consumer<QuerySpatialCoverageMax.Builder> 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_nameor a CDPK.
QuerySpatialCoverageMax.Builderavoiding the need to create one manually viaQuerySpatialCoverageMax.builder().When the
Consumercompletes,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:
max(QuerySpatialCoverageMax)
-
-
-