Interface SkillSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SkillSummary.Builder,
,SkillSummary> SdkBuilder<SkillSummary.Builder,
,SkillSummary> SdkPojo
- Enclosing class:
SkillSummary
public static interface SkillSummary.Builder
extends SdkPojo, CopyableBuilder<SkillSummary.Builder,SkillSummary>
-
Method Summary
Modifier and TypeMethodDescriptionenablementType
(String enablementType) Whether the skill is enabled under the user's account, or if it requires linking to be used.enablementType
(EnablementType enablementType) Whether the skill is enabled under the user's account, or if it requires linking to be used.The ARN of the skill summary.The name of the skill.Whether the skill is publicly available or is a private skill.Whether the skill is publicly available or is a private skill.supportsLinking
(Boolean supportsLinking) Linking support for a skill.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
skillId
The ARN of the skill summary.
- Parameters:
skillId
- The ARN of the skill summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skillName
The name of the skill.
- Parameters:
skillName
- The name of the skill.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportsLinking
Linking support for a skill.
- Parameters:
supportsLinking
- Linking support for a skill.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enablementType
Whether the skill is enabled under the user's account, or if it requires linking to be used.
- Parameters:
enablementType
- Whether the skill is enabled under the user's account, or if it requires linking to be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enablementType
Whether the skill is enabled under the user's account, or if it requires linking to be used.
- Parameters:
enablementType
- Whether the skill is enabled under the user's account, or if it requires linking to be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
skillType
Whether the skill is publicly available or is a private skill.
- Parameters:
skillType
- Whether the skill is publicly available or is a private skill.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
skillType
Whether the skill is publicly available or is a private skill.
- Parameters:
skillType
- Whether the skill is publicly available or is a private skill.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-