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.
|
build
overrideConfiguration
copy
applyMutation, build
AssociateSkillWithSkillGroupRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateSkillWithSkillGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.