public static interface StorageLocation.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<StorageLocation.Builder,StorageLocation>
| Modifier and Type | Method and Description |
|---|---|
StorageLocation.Builder |
bucket(String bucket)
The name of the S3 bucket.
|
StorageLocation.Builder |
key(String key)
The key.
|
StorageLocation.Builder bucket(String bucket)
The name of the S3 bucket.
bucket - The name of the S3 bucket.StorageLocation.Builder key(String key)
The key.
key - The key.Copyright © 2017. All rights reserved.