public static interface CreatePackageResponse.Builder extends PanoramaResponse.Builder, SdkPojo, CopyableBuilder<CreatePackageResponse.Builder,CreatePackageResponse>
| Modifier and Type | Method and Description |
|---|---|
CreatePackageResponse.Builder |
arn(String arn)
The package's ARN.
|
CreatePackageResponse.Builder |
packageId(String packageId)
The package's ID.
|
default CreatePackageResponse.Builder |
storageLocation(Consumer<StorageLocation.Builder> storageLocation)
The package's storage location.
|
CreatePackageResponse.Builder |
storageLocation(StorageLocation storageLocation)
The package's storage location.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePackageResponse.Builder packageId(String packageId)
The package's ID.
packageId - The package's ID.CreatePackageResponse.Builder arn(String arn)
The package's ARN.
arn - The package's ARN.CreatePackageResponse.Builder storageLocation(StorageLocation storageLocation)
The package's storage location.
storageLocation - The package's storage location.default CreatePackageResponse.Builder storageLocation(Consumer<StorageLocation.Builder> storageLocation)
The package's storage location.
This is a convenience that creates an instance of theStorageLocation.Builder avoiding the need to
create one manually via StorageLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to storageLocation(StorageLocation).storageLocation - a consumer that will call methods on StorageLocation.BuilderstorageLocation(StorageLocation)Copyright © 2021. All rights reserved.