Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.Location.Builder
-
Packages that use Location.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of Location.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return Location.Builder Modifier and Type Method Description static Location.BuilderLocation. builder()Location.BuilderLocation. toBuilder()Location.BuilderLocation.Builder. uri(String uri)The URI of the location.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type Location.Builder Modifier and Type Method Description static Class<? extends Location.Builder>Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type Location.Builder Modifier and Type Method Description default Source.BuilderSource.Builder. location(Consumer<Location.Builder> location)Contains the location information where the cited text is originally stored.
-