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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe 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.
 
- 
typeThe 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:
 
- 
typeThe 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:
 
 
-