Document.Builder |
Document.Builder.accessControlConfigurationId(String accessControlConfigurationId) |
The identifier of the access control configuration that you want to apply to the document.
|
Document.Builder |
Document.Builder.accessControlList(Collection<Principal> accessControlList) |
Information on principals (users and/or groups) and which documents they should have access to.
|
Document.Builder |
Document.Builder.accessControlList(Consumer<Principal.Builder>... accessControlList) |
Information on principals (users and/or groups) and which documents they should have access to.
|
Document.Builder |
Document.Builder.accessControlList(Principal... accessControlList) |
Information on principals (users and/or groups) and which documents they should have access to.
|
Document.Builder |
Document.Builder.attributes(Collection<DocumentAttribute> attributes) |
Custom attributes to apply to the document.
|
Document.Builder |
Document.Builder.attributes(Consumer<DocumentAttribute.Builder>... attributes) |
Custom attributes to apply to the document.
|
Document.Builder |
Document.Builder.attributes(DocumentAttribute... attributes) |
Custom attributes to apply to the document.
|
Document.Builder |
Document.Builder.blob(SdkBytes blob) |
The contents of the document.
|
static Document.Builder |
Document.builder() |
|
Document.Builder |
Document.Builder.contentType(String contentType) |
The file type of the document in the Blob field.
|
Document.Builder |
Document.Builder.contentType(ContentType contentType) |
The file type of the document in the Blob field.
|
Document.Builder |
Document.Builder.hierarchicalAccessControlList(Collection<HierarchicalPrincipal> hierarchicalAccessControlList) |
The list of principal lists
that define the hierarchy for which documents users should have access to.
|
Document.Builder |
Document.Builder.hierarchicalAccessControlList(Consumer<HierarchicalPrincipal.Builder>... hierarchicalAccessControlList) |
The list of principal lists
that define the hierarchy for which documents users should have access to.
|
Document.Builder |
Document.Builder.hierarchicalAccessControlList(HierarchicalPrincipal... hierarchicalAccessControlList) |
The list of principal lists
that define the hierarchy for which documents users should have access to.
|
Document.Builder |
Document.Builder.id(String id) |
A identifier of the document in the index.
|
default Document.Builder |
Document.Builder.s3Path(Consumer<S3Path.Builder> s3Path) |
Sets the value of the S3Path property for this object.
|
Document.Builder |
Document.Builder.s3Path(S3Path s3Path) |
Sets the value of the S3Path property for this object.
|
Document.Builder |
Document.Builder.title(String title) |
The title of the document.
|
Document.Builder |
Document.toBuilder() |
|