public static interface DescribeGroupsResponse.Builder extends WorkDocsResponse.Builder, SdkPojo, CopyableBuilder<DescribeGroupsResponse.Builder,DescribeGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupsResponse.Builder |
groups(Collection<GroupMetadata> groups)
The list of groups.
|
DescribeGroupsResponse.Builder |
groups(Consumer<GroupMetadata.Builder>... 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 groups(Consumer<GroupMetadata.Builder>... groups)
The list of groups.
This is a convenience method that creates an instance of theGroupMetadata.Builder avoiding the need to create one
manually via GroupMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #groups(List.
groups - a consumer that will call methods on
GroupMetadata.Builder#groups(java.util.Collection) 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 © 2023. All rights reserved.