| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static Destination.Builder |
Destination.builder() |
default Destination.Builder |
Destination.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
Describes the location in S3 of the updated firmware.
|
Destination.Builder |
Destination.Builder.s3Destination(S3Destination s3Destination)
Describes the location in S3 of the updated firmware.
|
Destination.Builder |
Destination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Destination.Builder> |
Destination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartSigningJobParameter.Builder |
StartSigningJobParameter.Builder.destination(Consumer<Destination.Builder> destination)
The location to write the code-signed file.
|
Copyright © 2022. All rights reserved.