public static interface StorageLocation.Builder extends SdkPojo, CopyableBuilder<StorageLocation.Builder,StorageLocation>
| Modifier and Type | Method and Description |
|---|---|
StorageLocation.Builder |
binaryPrefixLocation(String binaryPrefixLocation)
The location's binary prefix.
|
StorageLocation.Builder |
bucket(String bucket)
The location's bucket.
|
StorageLocation.Builder |
generatedPrefixLocation(String generatedPrefixLocation)
The location's generated prefix.
|
StorageLocation.Builder |
manifestPrefixLocation(String manifestPrefixLocation)
The location's manifest prefix.
|
StorageLocation.Builder |
repoPrefixLocation(String repoPrefixLocation)
The location's repo prefix.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStorageLocation.Builder binaryPrefixLocation(String binaryPrefixLocation)
The location's binary prefix.
binaryPrefixLocation - The location's binary prefix.StorageLocation.Builder bucket(String bucket)
The location's bucket.
bucket - The location's bucket.StorageLocation.Builder generatedPrefixLocation(String generatedPrefixLocation)
The location's generated prefix.
generatedPrefixLocation - The location's generated prefix.StorageLocation.Builder manifestPrefixLocation(String manifestPrefixLocation)
The location's manifest prefix.
manifestPrefixLocation - The location's manifest prefix.StorageLocation.Builder repoPrefixLocation(String repoPrefixLocation)
The location's repo prefix.
repoPrefixLocation - The location's repo prefix.Copyright © 2023. All rights reserved.