CopyableBuilder<StorageLocation.Builder,StorageLocation>, SdkBuilder<StorageLocation.Builder,StorageLocation>public static interface StorageLocation.Builder extends CopyableBuilder<StorageLocation.Builder,StorageLocation>
| Modifier and Type | Method | Description |
|---|---|---|
StorageLocation.Builder |
bucket(String bucket) |
The name of the S3 bucket.
|
StorageLocation.Builder |
key(String key) |
The key.
|
copyapply, buildStorageLocation.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 Amazon Web Services, Inc. All Rights Reserved.