Interface QuerySpatialCoverageMax.Builder

  • 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

      QuerySpatialCoverageMax.Builder partitionKey(Collection<String> 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 default measure_name or a customer defined partition key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • partitionKey

      QuerySpatialCoverageMax.Builder partitionKey(String... 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 default measure_name or a customer defined partition key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.