public static interface GetResourcesRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<GetResourcesRequest.Builder,GetResourcesRequest>
Modifier and Type | Method and Description |
---|---|
GetResourcesRequest.Builder |
authenticationToken(String authenticationToken)
The Amazon WorkDocs authentication token.
|
GetResourcesRequest.Builder |
collectionType(ResourceCollectionType collectionType)
The collection type.
|
GetResourcesRequest.Builder |
collectionType(String collectionType)
The collection type.
|
GetResourcesRequest.Builder |
limit(Integer limit)
The maximum number of resources to return.
|
GetResourcesRequest.Builder |
marker(String marker)
The marker for the next set of results.
|
GetResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetResourcesRequest.Builder |
userId(String userId)
The user ID for the resource collection.
|
build
overrideConfiguration
copy
applyMutation, build
GetResourcesRequest.Builder authenticationToken(String authenticationToken)
The Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API operation using AWS credentials.
authenticationToken
- The Amazon WorkDocs authentication token. Do not set this field when using administrative API actions,
as in accessing the API operation using AWS credentials.GetResourcesRequest.Builder userId(String userId)
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
userId
- The user ID for the resource collection. This is a required field for accessing the API operation
using IAM credentials.GetResourcesRequest.Builder collectionType(String collectionType)
The collection type.
collectionType
- The collection type.ResourceCollectionType
,
ResourceCollectionType
GetResourcesRequest.Builder collectionType(ResourceCollectionType collectionType)
The collection type.
collectionType
- The collection type.ResourceCollectionType
,
ResourceCollectionType
GetResourcesRequest.Builder limit(Integer limit)
The maximum number of resources to return.
limit
- The maximum number of resources to return.GetResourcesRequest.Builder marker(String marker)
The marker for the next set of results. This marker was received from a previous call.
marker
- The marker for the next set of results. This marker was received from a previous call.GetResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.