| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination.Builder |
S3Destination.Builder.bucket(String bucket)
The S3 bucket that contains the updated firmware.
|
static S3Destination.Builder |
S3Destination.builder() |
S3Destination.Builder |
S3Destination.Builder.prefix(String prefix)
The S3 prefix.
|
S3Destination.Builder |
S3Destination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Destination.Builder> |
S3Destination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Destination.Builder |
Destination.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
Describes the location in S3 of the updated firmware.
|
Copyright © 2019. All rights reserved.