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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeGroupsRequest.Builder |
searchQuery(String searchQuery)
A query to describe groups by group name.
|
buildrequestOverrideConfigcopyapply, buildDescribeGroupsRequest.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.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeGroupsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.