Uses of Interface
software.amazon.awssdk.services.iot.model.Stream.Builder
-
Packages that use Stream.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of Stream.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return Stream.Builder Modifier and Type Method Description static Stream.BuilderStream. builder()Stream.BuilderStream.Builder. fileId(Integer fileId)The ID of a file associated with a stream.Stream.BuilderStream.Builder. streamId(String streamId)The stream ID.Stream.BuilderStream. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type Stream.Builder Modifier and Type Method Description static Class<? extends Stream.Builder>Stream. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type Stream.Builder Modifier and Type Method Description default FileLocation.BuilderFileLocation.Builder. stream(Consumer<Stream.Builder> stream)The stream that contains the OTA update.
-