public static interface RegionOfInterest.Builder extends SdkPojo, CopyableBuilder<RegionOfInterest.Builder,RegionOfInterest>
| Modifier and Type | Method and Description |
|---|---|
RegionOfInterest.Builder |
boundingBox(BoundingBox boundingBox)
The box representing a region of interest on screen.
|
default RegionOfInterest.Builder |
boundingBox(Consumer<BoundingBox.Builder> boundingBox)
The box representing a region of interest on screen.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegionOfInterest.Builder boundingBox(BoundingBox boundingBox)
The box representing a region of interest on screen.
boundingBox - The box representing a region of interest on screen.default RegionOfInterest.Builder boundingBox(Consumer<BoundingBox.Builder> boundingBox)
The box representing a region of interest on screen.
This is a convenience that creates an instance of theBoundingBox.Builder avoiding the need to create
one manually via BoundingBox.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to boundingBox(BoundingBox).boundingBox - a consumer that will call methods on BoundingBox.BuilderboundingBox(BoundingBox)Copyright © 2020. All rights reserved.