public static interface DisassociateSkillGroupFromRoomRequest.Builder extends AlexaForBusinessRequest.Builder, CopyableBuilder<DisassociateSkillGroupFromRoomRequest.Builder,DisassociateSkillGroupFromRoomRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateSkillGroupFromRoomRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DisassociateSkillGroupFromRoomRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DisassociateSkillGroupFromRoomRequest.Builder |
roomArn(String roomArn)
The ARN of the room from which the skill group is to be disassociated.
|
DisassociateSkillGroupFromRoomRequest.Builder |
skillGroupArn(String skillGroupArn)
The ARN of the skill group to disassociate from a room.
|
buildrequestOverrideConfigcopyapply, buildDisassociateSkillGroupFromRoomRequest.Builder skillGroupArn(String skillGroupArn)
The ARN of the skill group to disassociate from a room. Required.
skillGroupArn - The ARN of the skill group to disassociate from a room. Required.DisassociateSkillGroupFromRoomRequest.Builder roomArn(String roomArn)
The ARN of the room from which the skill group is to be disassociated. Required.
roomArn - The ARN of the room from which the skill group is to be disassociated. Required.DisassociateSkillGroupFromRoomRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DisassociateSkillGroupFromRoomRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.