public static interface UserBucketDetails.Builder extends SdkPojo, CopyableBuilder<UserBucketDetails.Builder,UserBucketDetails>
Modifier and Type | Method and Description |
---|---|
UserBucketDetails.Builder |
s3Bucket(String s3Bucket)
The Amazon S3 bucket from which the disk image was created.
|
UserBucketDetails.Builder |
s3Key(String s3Key)
The file name of the disk image.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
UserBucketDetails.Builder s3Bucket(String s3Bucket)
The Amazon S3 bucket from which the disk image was created.
s3Bucket
- The Amazon S3 bucket from which the disk image was created.UserBucketDetails.Builder s3Key(String s3Key)
The file name of the disk image.
s3Key
- The file name of the disk image.Copyright © 2022. All rights reserved.