public static interface DisassociateSkillGroupFromRoomRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<DisassociateSkillGroupFromRoomRequest.Builder,DisassociateSkillGroupFromRoomRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateSkillGroupFromRoomRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DisassociateSkillGroupFromRoomRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DisassociateSkillGroupFromRoomRequest.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.