Uses of Interface
software.amazon.awssdk.services.workdocs.model.UpdateDocumentRequest.Builder
-
Packages that use UpdateDocumentRequest.Builder Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases:software.amazon.awssdk.services.workdocs.model -
-
Uses of UpdateDocumentRequest.Builder in software.amazon.awssdk.services.workdocs
Method parameters in software.amazon.awssdk.services.workdocs with type arguments of type UpdateDocumentRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateDocumentResponse>WorkDocsAsyncClient. updateDocument(Consumer<UpdateDocumentRequest.Builder> updateDocumentRequest)Updates the specified attributes of a document.default UpdateDocumentResponseWorkDocsClient. updateDocument(Consumer<UpdateDocumentRequest.Builder> updateDocumentRequest)Updates the specified attributes of a document. -
Uses of UpdateDocumentRequest.Builder in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return UpdateDocumentRequest.Builder Modifier and Type Method Description UpdateDocumentRequest.BuilderUpdateDocumentRequest.Builder. authenticationToken(String authenticationToken)Amazon WorkDocs authentication token.static UpdateDocumentRequest.BuilderUpdateDocumentRequest. builder()UpdateDocumentRequest.BuilderUpdateDocumentRequest.Builder. documentId(String documentId)The ID of the document.UpdateDocumentRequest.BuilderUpdateDocumentRequest.Builder. name(String name)The name of the document.UpdateDocumentRequest.BuilderUpdateDocumentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDocumentRequest.BuilderUpdateDocumentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateDocumentRequest.BuilderUpdateDocumentRequest.Builder. parentFolderId(String parentFolderId)The ID of the parent folder.UpdateDocumentRequest.BuilderUpdateDocumentRequest.Builder. resourceState(String resourceState)The resource state of the document.UpdateDocumentRequest.BuilderUpdateDocumentRequest.Builder. resourceState(ResourceStateType resourceState)The resource state of the document.UpdateDocumentRequest.BuilderUpdateDocumentRequest. toBuilder()Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type UpdateDocumentRequest.Builder Modifier and Type Method Description static Class<? extends UpdateDocumentRequest.Builder>UpdateDocumentRequest. serializableBuilderClass()
-