public static interface SkillSummary.Builder extends CopyableBuilder<SkillSummary.Builder,SkillSummary>
| Modifier and Type | Method and Description |
|---|---|
SkillSummary.Builder |
skillId(String skillId)
The ARN of the skill summary.
|
SkillSummary.Builder |
skillName(String skillName)
The name of the skill.
|
SkillSummary.Builder |
supportsLinking(Boolean supportsLinking)
Linking support for a skill.
|
copyapply, buildSkillSummary.Builder skillId(String skillId)
The ARN of the skill summary.
skillId - The ARN of the skill summary.SkillSummary.Builder skillName(String skillName)
The name of the skill.
skillName - The name of the skill.SkillSummary.Builder supportsLinking(Boolean supportsLinking)
Linking support for a skill.
supportsLinking - Linking support for a skill.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.