Interface GetFolderPathRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<GetFolderPathRequest.Builder,,GetFolderPathRequest> SdkBuilder<GetFolderPathRequest.Builder,,GetFolderPathRequest> SdkPojo,SdkRequest.Builder,WorkDocsRequest.Builder
- Enclosing class:
 GetFolderPathRequest
public static interface GetFolderPathRequest.Builder
extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<GetFolderPathRequest.Builder,GetFolderPathRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionauthenticationToken(String authenticationToken) Amazon WorkDocs authentication token.A comma-separated list of values.The ID of the folder.The maximum number of levels in the hierarchy to return.This value is not supported.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.workdocs.model.WorkDocsRequest.Builder
build 
- 
Method Details
- 
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.
 
 - 
folderId
The ID of the folder.
- Parameters:
 folderId- The ID of the folder.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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
A comma-separated list of values. Specify "NAME" to include the names of the parent folders.
- Parameters:
 fields- A comma-separated list of values. Specify "NAME" to include the names of the parent folders.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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
GetFolderPathRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
GetFolderPathRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -