CopyableBuilder<DescribeActivitiesRequest.Builder,DescribeActivitiesRequest>
, SdkBuilder<DescribeActivitiesRequest.Builder,DescribeActivitiesRequest>
public static interface DescribeActivitiesRequest.Builder extends CopyableBuilder<DescribeActivitiesRequest.Builder,DescribeActivitiesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeActivitiesRequest.Builder |
authenticationToken(String authenticationToken) |
Amazon WorkDocs authentication token.
|
DescribeActivitiesRequest.Builder |
endTime(Date endTime) |
The timestamp that determines the end time of the activities; the response includes the activities performed
before the specified timestamp.
|
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 |
startTime(Date startTime) |
The timestamp that determines the starting time of the activities; the response includes the activities
performed after the specified timestamp.
|
DescribeActivitiesRequest.Builder |
userId(String userId) |
The ID of the user who performed the action.
|
copy
apply, build
DescribeActivitiesRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken
- Amazon WorkDocs authentication token. This field should not be set when using administrative API
actions, as in accessing the API using AWS credentials.DescribeActivitiesRequest.Builder startTime(Date 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(Date 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 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 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. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.