Interface GetFolderPathRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetFolderPathRequest.Builder,GetFolderPathRequest>,SdkBuilder<GetFolderPathRequest.Builder,GetFolderPathRequest>,SdkPojo,SdkRequest.Builder,WorkDocsRequest.Builder
- Enclosing class:
- GetFolderPathRequest
@Mutable @NotThreadSafe public static interface GetFolderPathRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<GetFolderPathRequest.Builder,GetFolderPathRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFolderPathRequest.BuilderauthenticationToken(String authenticationToken)Amazon WorkDocs authentication token.GetFolderPathRequest.Builderfields(String fields)A comma-separated list of values.GetFolderPathRequest.BuilderfolderId(String folderId)The ID of the folder.GetFolderPathRequest.Builderlimit(Integer limit)The maximum number of levels in the hierarchy to return.GetFolderPathRequest.Buildermarker(String marker)This value is not supported.GetFolderPathRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFolderPathRequest.BuilderoverrideConfiguration(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workdocs.model.WorkDocsRequest.Builder
build
-
-
-
-
Method Detail
-
authenticationToken
GetFolderPathRequest.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.
-
folderId
GetFolderPathRequest.Builder folderId(String 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
GetFolderPathRequest.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
GetFolderPathRequest.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. 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
GetFolderPathRequest.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
GetFolderPathRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetFolderPathRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-