public static interface AssociateSkillGroupWithRoomRequest.Builder extends AlexaForBusinessRequest.Builder, CopyableBuilder<AssociateSkillGroupWithRoomRequest.Builder,AssociateSkillGroupWithRoomRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateSkillGroupWithRoomRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateSkillGroupWithRoomRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateSkillGroupWithRoomRequest.Builder |
roomArn(String roomArn)
The ARN of the room with which to associate the skill group.
|
AssociateSkillGroupWithRoomRequest.Builder |
skillGroupArn(String skillGroupArn)
The ARN of the skill group to associate with a room.
|
buildoverrideConfigurationcopyapplyMutation, buildAssociateSkillGroupWithRoomRequest.Builder skillGroupArn(String skillGroupArn)
The ARN of the skill group to associate with a room. Required.
skillGroupArn - The ARN of the skill group to associate with a room. Required.AssociateSkillGroupWithRoomRequest.Builder roomArn(String roomArn)
The ARN of the room with which to associate the skill group. Required.
roomArn - The ARN of the room with which to associate the skill group. Required.AssociateSkillGroupWithRoomRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateSkillGroupWithRoomRequest.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.