public static interface AssociateSkillGroupWithRoomRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, 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.
|
build
overrideConfiguration
copy
applyMutation, build
AssociateSkillGroupWithRoomRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateSkillGroupWithRoomRequest.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.