public static interface AreaOfInterest.Builder extends SdkPojo, CopyableBuilder<AreaOfInterest.Builder,AreaOfInterest>
| Modifier and Type | Method and Description |
|---|---|
AreaOfInterest.Builder |
areaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
|
default AreaOfInterest.Builder |
areaOfInterestGeometry(Consumer<AreaOfInterestGeometry.Builder> areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAreaOfInterest.Builder areaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
areaOfInterestGeometry - A GeoJSON object representing the geographic extent in the coordinate space.default AreaOfInterest.Builder areaOfInterestGeometry(Consumer<AreaOfInterestGeometry.Builder> areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
This is a convenience method that creates an instance of theAreaOfInterestGeometry.Builder avoiding
the need to create one manually via AreaOfInterestGeometry.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to areaOfInterestGeometry(AreaOfInterestGeometry).
areaOfInterestGeometry - a consumer that will call methods on AreaOfInterestGeometry.BuilderareaOfInterestGeometry(AreaOfInterestGeometry)Copyright © 2023. All rights reserved.