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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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 skillGroups(Consumer<SkillGroupData.Builder>... skillGroups)
The skill groups that meet the filter criteria, in sort order.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #skillGroups(List)
.skillGroups
- a consumer that will call methods on List.Builder
#skillGroups(List)
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.