public static interface AssociateSkillWithSkillGroupRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<AssociateSkillWithSkillGroupRequest.Builder,AssociateSkillWithSkillGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateSkillWithSkillGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateSkillWithSkillGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateSkillWithSkillGroupRequest.Builder |
skillGroupArn(String skillGroupArn)
The ARN of the skill group to associate the skill to.
|
AssociateSkillWithSkillGroupRequest.Builder |
skillId(String skillId)
The unique identifier of the skill.
|
buildoverrideConfigurationcopyapplyMutation, buildAssociateSkillWithSkillGroupRequest.Builder skillGroupArn(String skillGroupArn)
The ARN of the skill group to associate the skill to. Required.
skillGroupArn - The ARN of the skill group to associate the skill to. Required.AssociateSkillWithSkillGroupRequest.Builder skillId(String skillId)
The unique identifier of the skill.
skillId - The unique identifier of the skill.AssociateSkillWithSkillGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateSkillWithSkillGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.