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) |
GetResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetResourcesRequest.Builder |
userId(String userId)
The user ID for the resource collection.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourcesRequest.Builder authenticationToken(String authenticationToken)
The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken - The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.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,
ResourceCollectionTypeGetResourcesRequest.Builder collectionType(ResourceCollectionType collectionType)
The collection type.
collectionType - The collection type.ResourceCollectionType,
ResourceCollectionTypeGetResourcesRequest.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)
overrideConfiguration in interface AwsRequest.BuilderGetResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.