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 Details

    • 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

      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:
    • 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:
    • 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.