Interface QuerySpatialCoverage.Builder

  • 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 default measure_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 default measure_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 default measure_name or a CDPK.

      This is a convenience method that creates an instance of the QuerySpatialCoverageMax.Builder avoiding the need to create one manually via QuerySpatialCoverageMax.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to max(QuerySpatialCoverageMax).

      Parameters:
      max - a consumer that will call methods on QuerySpatialCoverageMax.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: