Interface SkillGroup.Builder

    • Method Detail

      • skillGroupArn

        SkillGroup.Builder skillGroupArn​(String skillGroupArn)

        The ARN of a skill group.

        Parameters:
        skillGroupArn - The ARN of a skill group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • skillGroupName

        SkillGroup.Builder skillGroupName​(String skillGroupName)

        The name of a skill group.

        Parameters:
        skillGroupName - The name of a skill group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        SkillGroup.Builder description​(String description)

        The description of a skill group.

        Parameters:
        description - The description of a skill group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.