Interface S3BucketOwner.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3BucketOwner.Builder,S3BucketOwner>,SdkBuilder<S3BucketOwner.Builder,S3BucketOwner>,SdkPojo
- Enclosing class:
- S3BucketOwner
public static interface S3BucketOwner.Builder extends SdkPojo, CopyableBuilder<S3BucketOwner.Builder,S3BucketOwner>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3BucketOwner.BuilderdisplayName(String displayName)The display name of the account that owns the bucket.S3BucketOwner.Builderid(String id)The canonical user ID for the account that owns the bucket.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
displayName
S3BucketOwner.Builder displayName(String displayName)
The display name of the account that owns the bucket.
- Parameters:
displayName- The display name of the account that owns the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
S3BucketOwner.Builder id(String id)
The canonical user ID for the account that owns the bucket.
- Parameters:
id- The canonical user ID for the account that owns the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-