Interface DescribeRootFoldersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeRootFoldersRequest.Builder,DescribeRootFoldersRequest>,SdkBuilder<DescribeRootFoldersRequest.Builder,DescribeRootFoldersRequest>,SdkPojo,SdkRequest.Builder,WorkDocsRequest.Builder
- Enclosing class:
- DescribeRootFoldersRequest
public static interface DescribeRootFoldersRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<DescribeRootFoldersRequest.Builder,DescribeRootFoldersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRootFoldersRequest.BuilderauthenticationToken(String authenticationToken)Amazon WorkDocs authentication token.DescribeRootFoldersRequest.Builderlimit(Integer limit)The maximum number of items to return.DescribeRootFoldersRequest.Buildermarker(String marker)The marker for the next set of results.DescribeRootFoldersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeRootFoldersRequest.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workdocs.model.WorkDocsRequest.Builder
build
-
-
-
-
Method Detail
-
authenticationToken
DescribeRootFoldersRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
- Parameters:
authenticationToken- Amazon WorkDocs authentication token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
DescribeRootFoldersRequest.Builder limit(Integer limit)
The maximum number of items to return.
- Parameters:
limit- The maximum number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeRootFoldersRequest.Builder marker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
- Parameters:
marker- The marker for the next set of results. (You received this marker from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeRootFoldersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeRootFoldersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-