public static interface DescribeGroupsResponse.Builder extends WorkDocsResponse.Builder, CopyableBuilder<DescribeGroupsResponse.Builder,DescribeGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupsResponse.Builder |
groups(Collection<GroupMetadata> groups)
The list of groups.
|
DescribeGroupsResponse.Builder |
groups(GroupMetadata... groups)
The list of groups.
|
DescribeGroupsResponse.Builder |
marker(String marker)
The marker to use when requesting the next set of results.
|
buildcopyapply, buildDescribeGroupsResponse.Builder groups(Collection<GroupMetadata> groups)
The list of groups.
groups - The list of groups.DescribeGroupsResponse.Builder groups(GroupMetadata... groups)
The list of groups.
groups - The list of groups.DescribeGroupsResponse.Builder marker(String marker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
marker - The marker to use when requesting the next set of results. If there are no additional results, the
string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.