Share via


AclEntry.Builder.Build Method

Definition

Constructs an AclEntry from the components of this builder.

[Android.Runtime.Register("build", "()Ljava/nio/file/attribute/AclEntry;", "", ApiSince=26)]
public Java.Nio.FileNio.Attributes.AclEntry? Build ();
[<Android.Runtime.Register("build", "()Ljava/nio/file/attribute/AclEntry;", "", ApiSince=26)>]
member this.Build : unit -> Java.Nio.FileNio.Attributes.AclEntry

Returns

a new ACL entry

Attributes

Remarks

Constructs an AclEntry from the components of this builder. The type and who components are required to have been set in order to construct an AclEntry.

Java documentation for java.nio.file.attribute.AclEntry.Builder.build().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to