public static interface S3Destination.Builder extends SdkPojo, CopyableBuilder<S3Destination.Builder,S3Destination>
Modifier and Type | Method and Description |
---|---|
S3Destination.Builder |
bucket(String bucket)
The S3 bucket that contains the updated firmware.
|
S3Destination.Builder |
prefix(String prefix)
The S3 prefix.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
S3Destination.Builder bucket(String bucket)
The S3 bucket that contains the updated firmware.
bucket
- The S3 bucket that contains the updated firmware.S3Destination.Builder prefix(String prefix)
The S3 prefix.
prefix
- The S3 prefix.Copyright © 2021. All rights reserved.