public static interface GetSkillGroupResponse.Builder extends AlexaForBusinessResponse.Builder, CopyableBuilder<GetSkillGroupResponse.Builder,GetSkillGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetSkillGroupResponse.Builder |
skillGroup(Consumer<SkillGroup.Builder> skillGroup)
The details of the skill group requested.
|
GetSkillGroupResponse.Builder |
skillGroup(SkillGroup skillGroup)
The details of the skill group requested.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetSkillGroupResponse.Builder skillGroup(SkillGroup skillGroup)
The details of the skill group requested. Required.
skillGroup - The details of the skill group requested. Required.default GetSkillGroupResponse.Builder skillGroup(Consumer<SkillGroup.Builder> skillGroup)
The details of the skill group requested. Required.
This is a convenience that creates an instance of theSkillGroup.Builder avoiding the need to create
one manually via SkillGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to skillGroup(SkillGroup).skillGroup - a consumer that will call methods on SkillGroup.BuilderskillGroup(SkillGroup)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.