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.
|
copyapplyMutation, buildS3Destination.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.