public static interface SearchSkillGroupsResponse.Builder extends AlexaForBusinessResponse.Builder, 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(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
copy
apply, build
SearchSkillGroupsResponse.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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.