Interface DocumentAclUser.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentAclUser.Builder,,DocumentAclUser> SdkBuilder<DocumentAclUser.Builder,,DocumentAclUser> SdkPojo
- Enclosing class:
DocumentAclUser
@Mutable
@NotThreadSafe
public static interface DocumentAclUser.Builder
extends SdkPojo, CopyableBuilder<DocumentAclUser.Builder,DocumentAclUser>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the user in the document's ACL.The type of the user.type(MembershipType type) The type of the user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the user in the document's ACL. This is used to identify the user when applying access rules.
- Parameters:
id- The unique identifier of the user in the document's ACL. This is used to identify the user when applying access rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the user. This indicates the scope of the user's applicability in access control.
- Parameters:
type- The type of the user. This indicates the scope of the user's applicability in access control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the user. This indicates the scope of the user's applicability in access control.
- Parameters:
type- The type of the user. This indicates the scope of the user's applicability in access control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-