public static interface DescribeActivitiesRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<DescribeActivitiesRequest.Builder,DescribeActivitiesRequest>
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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 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.
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.