public static interface Destination.Builder extends SdkPojo, CopyableBuilder<Destination.Builder,Destination>
| Modifier and Type | Method and Description |
|---|---|
default Destination.Builder |
s3Destination(Consumer<S3Destination.Builder> s3Destination)
Describes the location in S3 of the updated firmware.
|
Destination.Builder |
s3Destination(S3Destination s3Destination)
Describes the location in S3 of the updated firmware.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestination.Builder s3Destination(S3Destination s3Destination)
Describes the location in S3 of the updated firmware.
s3Destination - Describes the location in S3 of the updated firmware.default Destination.Builder s3Destination(Consumer<S3Destination.Builder> s3Destination)
Describes the location in S3 of the updated firmware.
This is a convenience method that creates an instance of theS3Destination.Builder avoiding the need
to create one manually via S3Destination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Destination(S3Destination).
s3Destination - a consumer that will call methods on S3Destination.Builders3Destination(S3Destination)Copyright © 2023. All rights reserved.