public static interface DescribeGroupsRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, 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) |
DescribeGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeGroupsRequest.Builder |
searchQuery(String searchQuery)
A query to describe groups by group name.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGroupsRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken - Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.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)
overrideConfiguration in interface AwsRequest.BuilderDescribeGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.