Interface DocumentAccessControlEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentAccessControlEntry.Builder,,DocumentAccessControlEntry> SdkBuilder<DocumentAccessControlEntry.Builder,,DocumentAccessControlEntry> SdkPojo
- Enclosing class:
DocumentAccessControlEntry
@Mutable
@NotThreadSafe
public static interface DocumentAccessControlEntry.Builder
extends SdkPojo, CopyableBuilder<DocumentAccessControlEntry.Builder,DocumentAccessControlEntry>
-
Method Summary
Modifier and TypeMethodDescriptionWhether to allow or deny access.access(AccessControlAccess access) Whether to allow or deny access.The user identifier.The type of principal.The type of principal.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
-
name
The user identifier.
- Parameters:
name- The user identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of principal.
- Parameters:
type- The type of principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of principal.
- Parameters:
type- The type of principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
access
Whether to allow or deny access.
- Parameters:
access- Whether to allow or deny access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
access
Whether to allow or deny access.
- Parameters:
access- Whether to allow or deny access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-