Interface SkillGroup.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SkillGroup.Builder,SkillGroup>, SdkBuilder<SkillGroup.Builder,SkillGroup>, SdkPojo
Enclosing class:
SkillGroup

public static interface SkillGroup.Builder extends SdkPojo, CopyableBuilder<SkillGroup.Builder,SkillGroup>
  • Method Details

    • 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.