Interface AssociateSkillWithSkillGroupRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<AssociateSkillWithSkillGroupRequest.Builder,AssociateSkillWithSkillGroupRequest>,SdkBuilder<AssociateSkillWithSkillGroupRequest.Builder,AssociateSkillWithSkillGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateSkillWithSkillGroupRequest
public static interface AssociateSkillWithSkillGroupRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<AssociateSkillWithSkillGroupRequest.Builder,AssociateSkillWithSkillGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateSkillWithSkillGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateSkillWithSkillGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateSkillWithSkillGroupRequest.BuilderskillGroupArn(String skillGroupArn)The ARN of the skill group to associate the skill to.AssociateSkillWithSkillGroupRequest.BuilderskillId(String skillId)The unique identifier of the skill.-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
AssociateSkillWithSkillGroupRequest.Builder skillGroupArn(String skillGroupArn)
The ARN of the skill group to associate the skill to. Required.
- Parameters:
skillGroupArn- The ARN of the skill group to associate the skill to. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skillId
AssociateSkillWithSkillGroupRequest.Builder skillId(String skillId)
The unique identifier of the skill.
- Parameters:
skillId- The unique identifier of the skill.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateSkillWithSkillGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateSkillWithSkillGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-