Interface SkillSummary.Builder

    • Method Detail

      • skillId

        SkillSummary.Builder skillId​(String 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

        SkillSummary.Builder skillName​(String 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

        SkillSummary.Builder supportsLinking​(Boolean 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

        SkillSummary.Builder enablementType​(String 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, EnablementType
      • enablementType

        SkillSummary.Builder enablementType​(EnablementType 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, EnablementType
      • skillType

        SkillSummary.Builder skillType​(String 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, SkillType
      • skillType

        SkillSummary.Builder skillType​(SkillType 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, SkillType