Interface GetDocumentPathRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetDocumentPathRequest.Builder,GetDocumentPathRequest>
,SdkBuilder<GetDocumentPathRequest.Builder,GetDocumentPathRequest>
,SdkPojo
,SdkRequest.Builder
,WorkDocsRequest.Builder
- Enclosing class:
- GetDocumentPathRequest
public static interface GetDocumentPathRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<GetDocumentPathRequest.Builder,GetDocumentPathRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDocumentPathRequest.Builder
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.GetDocumentPathRequest.Builder
documentId(String documentId)
The ID of the document.GetDocumentPathRequest.Builder
fields(String fields)
A comma-separated list of values.GetDocumentPathRequest.Builder
limit(Integer limit)
The maximum number of levels in the hierarchy to return.GetDocumentPathRequest.Builder
marker(String marker)
This value is not supported.GetDocumentPathRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetDocumentPathRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workdocs.model.WorkDocsRequest.Builder
build
-
-
-
-
Method Detail
-
authenticationToken
GetDocumentPathRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
- Parameters:
authenticationToken
- Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentId
GetDocumentPathRequest.Builder documentId(String documentId)
The ID of the document.
- Parameters:
documentId
- The ID of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
GetDocumentPathRequest.Builder limit(Integer limit)
The maximum number of levels in the hierarchy to return.
- Parameters:
limit
- The maximum number of levels in the hierarchy to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
GetDocumentPathRequest.Builder fields(String fields)
A comma-separated list of values. Specify
NAME
to include the names of the parent folders.- Parameters:
fields
- A comma-separated list of values. SpecifyNAME
to include the names of the parent folders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
GetDocumentPathRequest.Builder marker(String marker)
This value is not supported.
- Parameters:
marker
- This value is not supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDocumentPathRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetDocumentPathRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-