public static interface DescribeGroupsRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<DescribeGroupsRequest.Builder,DescribeGroupsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeGroupsRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DescribeGroupsRequest.Builder |
limit(Integer limit)
The maximum number of items to return with this call.
|
DescribeGroupsRequest.Builder |
marker(String marker)
The marker for the next set of results.
|
DescribeGroupsRequest.Builder |
organizationId(String organizationId)
The ID of the organization.
|
DescribeGroupsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeGroupsRequest.Builder |
searchQuery(String searchQuery)
A query to describe groups by group name.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribeGroupsRequest.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.DescribeGroupsRequest.Builder searchQuery(String searchQuery)
A query to describe groups by group name.
searchQuery
- A query to describe groups by group name.DescribeGroupsRequest.Builder organizationId(String organizationId)
The ID of the organization.
organizationId
- The ID of the organization.DescribeGroupsRequest.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.)DescribeGroupsRequest.Builder limit(Integer limit)
The maximum number of items to return with this call.
limit
- The maximum number of items to return with this call.DescribeGroupsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.