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
Modifier and TypeMethodDescriptiondescription(String description) The description of a skill group.skillGroupArn(String skillGroupArn) The skill group ARN of a skill group.skillGroupName(String skillGroupName) The skill group name of a skill group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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.
-