public static interface DescribeActivitiesRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<DescribeActivitiesRequest.Builder,DescribeActivitiesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeActivitiesRequest.Builder |
activityTypes(String activityTypes)
Specifies which activity types to include in the response.
|
DescribeActivitiesRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DescribeActivitiesRequest.Builder |
endTime(Instant endTime)
The timestamp that determines the end time of the activities.
|
DescribeActivitiesRequest.Builder |
includeIndirectActivities(Boolean includeIndirectActivities)
Includes indirect activities.
|
DescribeActivitiesRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
DescribeActivitiesRequest.Builder |
marker(String marker)
The marker for the next set of results.
|
DescribeActivitiesRequest.Builder |
organizationId(String organizationId)
The ID of the organization.
|
DescribeActivitiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeActivitiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeActivitiesRequest.Builder |
resourceId(String resourceId)
The document or folder ID for which to describe activity types.
|
DescribeActivitiesRequest.Builder |
startTime(Instant startTime)
The timestamp that determines the starting time of the activities.
|
DescribeActivitiesRequest.Builder |
userId(String userId)
The ID of the user who performed the action.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeActivitiesRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken
- Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as
in accessing the API using AWS credentials.DescribeActivitiesRequest.Builder startTime(Instant startTime)
The timestamp that determines the starting time of the activities. The response includes the activities performed after the specified timestamp.
startTime
- The timestamp that determines the starting time of the activities. The response includes the
activities performed after the specified timestamp.DescribeActivitiesRequest.Builder endTime(Instant endTime)
The timestamp that determines the end time of the activities. The response includes the activities performed before the specified timestamp.
endTime
- The timestamp that determines the end time of the activities. The response includes the activities
performed before the specified timestamp.DescribeActivitiesRequest.Builder organizationId(String organizationId)
The ID of the organization. This is a mandatory parameter when using administrative API (SigV4) requests.
organizationId
- The ID of the organization. This is a mandatory parameter when using administrative API (SigV4)
requests.DescribeActivitiesRequest.Builder activityTypes(String activityTypes)
Specifies which activity types to include in the response. If this field is left empty, all activity types are returned.
activityTypes
- Specifies which activity types to include in the response. If this field is left empty, all activity
types are returned.DescribeActivitiesRequest.Builder resourceId(String resourceId)
The document or folder ID for which to describe activity types.
resourceId
- The document or folder ID for which to describe activity types.DescribeActivitiesRequest.Builder userId(String userId)
The ID of the user who performed the action. The response includes activities pertaining to this user. This is an optional parameter and is only applicable for administrative API (SigV4) requests.
userId
- The ID of the user who performed the action. The response includes activities pertaining to this user.
This is an optional parameter and is only applicable for administrative API (SigV4) requests.DescribeActivitiesRequest.Builder includeIndirectActivities(Boolean includeIndirectActivities)
Includes indirect activities. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).
includeIndirectActivities
- Includes indirect activities. An indirect activity results from a direct activity performed on a
parent resource. For example, sharing a parent folder (the direct activity) shares all of the
subfolders and documents within the parent folder (the indirect activity).DescribeActivitiesRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- The maximum number of items to return.DescribeActivitiesRequest.Builder marker(String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.DescribeActivitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeActivitiesRequest.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.