Interface GetResourcesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetResourcesRequest.Builder,GetResourcesRequest>,SdkBuilder<GetResourcesRequest.Builder,GetResourcesRequest>,SdkPojo,SdkRequest.Builder,WorkDocsRequest.Builder
- Enclosing class:
- GetResourcesRequest
public static interface GetResourcesRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<GetResourcesRequest.Builder,GetResourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetResourcesRequest.BuilderauthenticationToken(String authenticationToken)The Amazon WorkDocs authentication token.GetResourcesRequest.BuildercollectionType(String collectionType)The collection type.GetResourcesRequest.BuildercollectionType(ResourceCollectionType collectionType)The collection type.GetResourcesRequest.Builderlimit(Integer limit)The maximum number of resources to return.GetResourcesRequest.Buildermarker(String marker)The marker for the next set of results.GetResourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetResourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetResourcesRequest.BuilderuserId(String userId)The user ID for the resource collection.-
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
GetResourcesRequest.Builder authenticationToken(String authenticationToken)
The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
- Parameters:
authenticationToken- The 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.
-
userId
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.
- Parameters:
userId- The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collectionType
GetResourcesRequest.Builder collectionType(String collectionType)
The collection type.
- Parameters:
collectionType- The collection type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceCollectionType,ResourceCollectionType
-
collectionType
GetResourcesRequest.Builder collectionType(ResourceCollectionType collectionType)
The collection type.
- Parameters:
collectionType- The collection type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceCollectionType,ResourceCollectionType
-
limit
GetResourcesRequest.Builder limit(Integer limit)
The maximum number of resources to return.
- Parameters:
limit- The maximum number of resources to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
GetResourcesRequest.Builder marker(String marker)
The marker for the next set of results. This marker was received from a previous call.
- Parameters:
marker- The marker for the next set of results. This marker was received from a previous call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-