public static interface SearchGroupProfilesResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<SearchGroupProfilesResponse.Builder,SearchGroupProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchGroupProfilesResponse.Builder |
items(Collection<GroupProfileSummary> items)
The results of the
SearchGroupProfiles action. |
SearchGroupProfilesResponse.Builder |
items(Consumer<GroupProfileSummary.Builder>... items)
The results of the
SearchGroupProfiles action. |
SearchGroupProfilesResponse.Builder |
items(GroupProfileSummary... items)
The results of the
SearchGroupProfiles action. |
SearchGroupProfilesResponse.Builder |
nextToken(String nextToken)
When the number of results is greater than the default value for the
MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of results, the
response includes a pagination token named NextToken. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchGroupProfilesResponse.Builder items(Collection<GroupProfileSummary> items)
The results of the SearchGroupProfiles action.
items - The results of the SearchGroupProfiles action.SearchGroupProfilesResponse.Builder items(GroupProfileSummary... items)
The results of the SearchGroupProfiles action.
items - The results of the SearchGroupProfiles action.SearchGroupProfilesResponse.Builder items(Consumer<GroupProfileSummary.Builder>... items)
The results of the SearchGroupProfiles action.
GroupProfileSummary.Builder avoiding the need to
create one manually via GroupProfileSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
GroupProfileSummary.Builder#items(java.util.Collection) SearchGroupProfilesResponse.Builder nextToken(String nextToken)
When the number of results is greater than the default value for the MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of results, the
response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to SearchGroupProfiles to list the next set of
results.
nextToken - When the number of results is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the
number of results, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to SearchGroupProfiles to
list the next set of results.Copyright © 2023. All rights reserved.