Interface SkillGroupData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SkillGroupData.Builder,SkillGroupData>,SdkBuilder<SkillGroupData.Builder,SkillGroupData>,SdkPojo
- Enclosing class:
- SkillGroupData
public static interface SkillGroupData.Builder extends SdkPojo, CopyableBuilder<SkillGroupData.Builder,SkillGroupData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SkillGroupData.Builderdescription(String description)The description of a skill group.SkillGroupData.BuilderskillGroupArn(String skillGroupArn)The skill group ARN of a skill group.SkillGroupData.BuilderskillGroupName(String skillGroupName)The skill group name of a skill group.-
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 Detail
-
skillGroupArn
SkillGroupData.Builder skillGroupArn(String skillGroupArn)
The skill group ARN of a skill group.
- Parameters:
skillGroupArn- The skill group ARN of a skill group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skillGroupName
SkillGroupData.Builder skillGroupName(String skillGroupName)
The skill group name of a skill group.
- Parameters:
skillGroupName- The skill group name of a skill group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
SkillGroupData.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.
-
-