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 Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of a skill group.skillGroupArn(String skillGroupArn) The ARN of a skill group.skillGroupName(String skillGroupName) The 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 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
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
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.
-