public static interface SearchSkillGroupsResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<SearchSkillGroupsResponse.Builder,SearchSkillGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchSkillGroupsResponse.Builder |
nextToken(String nextToken)
The token returned to indicate that there is more data available.
|
SearchSkillGroupsResponse.Builder |
skillGroups(Collection<SkillGroupData> skillGroups)
The skill groups that meet the filter criteria, in sort order.
|
SearchSkillGroupsResponse.Builder |
skillGroups(Consumer<SkillGroupData.Builder>... skillGroups)
The skill groups that meet the filter criteria, in sort order.
|
SearchSkillGroupsResponse.Builder |
skillGroups(SkillGroupData... skillGroups)
The skill groups that meet the filter criteria, in sort order.
|
SearchSkillGroupsResponse.Builder |
totalCount(Integer totalCount)
The total number of skill groups returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchSkillGroupsResponse.Builder skillGroups(Collection<SkillGroupData> skillGroups)
The skill groups that meet the filter criteria, in sort order.
skillGroups - The skill groups that meet the filter criteria, in sort order.SearchSkillGroupsResponse.Builder skillGroups(SkillGroupData... skillGroups)
The skill groups that meet the filter criteria, in sort order.
skillGroups - The skill groups that meet the filter criteria, in sort order.SearchSkillGroupsResponse.Builder skillGroups(Consumer<SkillGroupData.Builder>... skillGroups)
The skill groups that meet the filter criteria, in sort order.
This is a convenience method that creates an instance of theSkillGroupData.Builder avoiding the need to
create one manually via
SkillGroupData.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #skillGroups(List.
skillGroups - a consumer that will call methods on
SkillGroupData.Builder#skillGroups(java.util.Collection) SearchSkillGroupsResponse.Builder nextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken - The token returned to indicate that there is more data available.SearchSkillGroupsResponse.Builder totalCount(Integer totalCount)
The total number of skill groups returned.
totalCount - The total number of skill groups returned.Copyright © 2023. All rights reserved.