Interface Owner.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Owner.Builder,Owner>,SdkBuilder<Owner.Builder,Owner>,SdkPojo
- Enclosing class:
- Owner
public static interface Owner.Builder extends SdkPojo, CopyableBuilder<Owner.Builder,Owner>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Owner.Builderid(String id)The canonical user ID of the bucket owner.-
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, sdkFields
-
-
-
-
Method Detail
-
id
Owner.Builder id(String id)
The canonical user ID of the bucket owner. For information about locating your canonical user ID see Finding Your Account Canonical User ID.
- Parameters:
id- The canonical user ID of the bucket owner. For information about locating your canonical user ID see Finding Your Account Canonical User ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-