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