public static interface PackageSource.Builder extends SdkPojo, CopyableBuilder<PackageSource.Builder,PackageSource>
| Modifier and Type | Method and Description |
|---|---|
PackageSource.Builder |
s3BucketName(String s3BucketName)
Name of the bucket containing the package.
|
PackageSource.Builder |
s3Key(String s3Key)
Key (file name) of the package.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPackageSource.Builder s3BucketName(String s3BucketName)
Name of the bucket containing the package.
s3BucketName - Name of the bucket containing the package.PackageSource.Builder s3Key(String s3Key)
Key (file name) of the package.
s3Key - Key (file name) of the package.Copyright © 2022. All rights reserved.