Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.SkillGroup.Builder
-
Packages that use SkillGroup.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of SkillGroup.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return SkillGroup.Builder Modifier and Type Method Description static SkillGroup.BuilderSkillGroup. builder()SkillGroup.BuilderSkillGroup.Builder. description(String description)The description of a skill group.SkillGroup.BuilderSkillGroup.Builder. skillGroupArn(String skillGroupArn)The ARN of a skill group.SkillGroup.BuilderSkillGroup.Builder. skillGroupName(String skillGroupName)The name of a skill group.SkillGroup.BuilderSkillGroup. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type SkillGroup.Builder Modifier and Type Method Description static Class<? extends SkillGroup.Builder>SkillGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type SkillGroup.Builder Modifier and Type Method Description default GetSkillGroupResponse.BuilderGetSkillGroupResponse.Builder. skillGroup(Consumer<SkillGroup.Builder> skillGroup)The details of the skill group requested.
-