Constructor and Description |
---|
AclEntry.Builder() |
Modifier and Type | Method and Description |
---|---|
(package private) AclEntry |
build()
Constructs an AclEntry from the components of this builder.
|
(package private) AclEntry.Builder |
setFlags(AclEntryFlag... flags)
Sets the flags component of this builder.
|
(package private) AclEntry.Builder |
setFlags(Set<AclEntryFlag> flags)
Sets the flags component of this builder.
|
(package private) AclEntry.Builder |
setPermissions(AclEntryPermission... perms)
Sets the permissions component of this builder.
|
(package private) AclEntry.Builder |
setPermissions(Set<AclEntryPermission> perms)
Sets the permissions component of this builder.
|
(package private) AclEntry.Builder |
setPrincipal(String who)
Sets the principal component of this builder.
|
(package private) AclEntry.Builder |
setType(AclEntryType type)
Sets the type component of this builder.
|
AclEntry build()
AclEntry.Builder setFlags(AclEntryFlag... flags)
AclEntry.Builder setFlags(Set<AclEntryFlag> flags)
AclEntry.Builder setPermissions(AclEntryPermission... perms)
AclEntry.Builder setPermissions(Set<AclEntryPermission> perms)
AclEntry.Builder setPrincipal(String who)
AclEntry.Builder setType(AclEntryType type)