| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static FileLocation.Builder |
FileLocation.builder() |
default FileLocation.Builder |
FileLocation.Builder.s3Location(Consumer<S3Location.Builder> s3Location)
The location of the updated firmware in S3.
|
FileLocation.Builder |
FileLocation.Builder.s3Location(S3Location s3Location)
The location of the updated firmware in S3.
|
default FileLocation.Builder |
FileLocation.Builder.stream(Consumer<Stream.Builder> stream)
The stream that contains the OTA update.
|
FileLocation.Builder |
FileLocation.Builder.stream(Stream stream)
The stream that contains the OTA update.
|
FileLocation.Builder |
FileLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FileLocation.Builder> |
FileLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OTAUpdateFile.Builder |
OTAUpdateFile.Builder.fileLocation(Consumer<FileLocation.Builder> fileLocation)
The location of the updated firmware.
|
Copyright © 2020. All rights reserved.