Uses of Interface
software.amazon.awssdk.services.workdocs.model.GetDocumentResponse.Builder
-
Packages that use GetDocumentResponse.Builder Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of GetDocumentResponse.Builder in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return GetDocumentResponse.Builder Modifier and Type Method Description static GetDocumentResponse.BuilderGetDocumentResponse. builder()GetDocumentResponse.BuilderGetDocumentResponse.Builder. customMetadata(Map<String,String> customMetadata)The custom metadata on the document.default GetDocumentResponse.BuilderGetDocumentResponse.Builder. metadata(Consumer<DocumentMetadata.Builder> metadata)The metadata details of the document.GetDocumentResponse.BuilderGetDocumentResponse.Builder. metadata(DocumentMetadata metadata)The metadata details of the document.GetDocumentResponse.BuilderGetDocumentResponse. toBuilder()Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type GetDocumentResponse.Builder Modifier and Type Method Description static Class<? extends GetDocumentResponse.Builder>GetDocumentResponse. serializableBuilderClass()
-