public static interface GetDocumentPathResponse.Builder extends WorkDocsResponse.Builder, CopyableBuilder<GetDocumentPathResponse.Builder,GetDocumentPathResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDocumentPathResponse.Builder |
path(Consumer<ResourcePath.Builder> path)
The path information.
|
GetDocumentPathResponse.Builder |
path(ResourcePath path)
The path information.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetDocumentPathResponse.Builder path(ResourcePath path)
The path information.
path - The path information.default GetDocumentPathResponse.Builder path(Consumer<ResourcePath.Builder> path)
The path information.
This is a convenience that creates an instance of theResourcePath.Builder avoiding the need to
create one manually via ResourcePath.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to path(ResourcePath).path - a consumer that will call methods on ResourcePath.Builderpath(ResourcePath)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.