Uses of Interface
software.amazon.awssdk.services.iot.model.FileLocation.Builder
-
Packages that use FileLocation.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of FileLocation.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return FileLocation.Builder Modifier and Type Method Description static FileLocation.BuilderFileLocation. builder()default FileLocation.BuilderFileLocation.Builder. s3Location(Consumer<S3Location.Builder> s3Location)The location of the updated firmware in S3.FileLocation.BuilderFileLocation.Builder. s3Location(S3Location s3Location)The location of the updated firmware in S3.default FileLocation.BuilderFileLocation.Builder. stream(Consumer<Stream.Builder> stream)The stream that contains the OTA update.FileLocation.BuilderFileLocation.Builder. stream(Stream stream)The stream that contains the OTA update.FileLocation.BuilderFileLocation. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type FileLocation.Builder Modifier and Type Method Description static Class<? extends FileLocation.Builder>FileLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type FileLocation.Builder Modifier and Type Method Description default OTAUpdateFile.BuilderOTAUpdateFile.Builder. fileLocation(Consumer<FileLocation.Builder> fileLocation)The location of the updated firmware.
-