public static interface S3BucketOwner.Builder extends SdkPojo, CopyableBuilder<S3BucketOwner.Builder,S3BucketOwner>
| Modifier and Type | Method and Description |
|---|---|
S3BucketOwner.Builder |
displayName(String displayName)
The display name of the user who owns the bucket.
|
S3BucketOwner.Builder |
id(String id)
The AWS account ID for the user who owns the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3BucketOwner.Builder displayName(String displayName)
The display name of the user who owns the bucket.
displayName - The display name of the user who owns the bucket.S3BucketOwner.Builder id(String id)
The AWS account ID for the user who owns the bucket.
id - The AWS account ID for the user who owns the bucket.Copyright © 2020. All rights reserved.