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 identifier of the user.The membership type indicating the scope of the user entry.The membership type indicating the scope of the user entry.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 identifier of the user.
- Parameters:
id- The identifier of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The membership type indicating the scope of the user entry.
- Parameters:
type- The membership type indicating the scope of the user entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The membership type indicating the scope of the user entry.
- Parameters:
type- The membership type indicating the scope of the user entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-