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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeGroupsRequest.Builder |
searchQuery(String searchQuery)
A query to describe groups by group name.
|
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeGroupsRequest.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.