Interface AssociateSkillGroupWithRoomRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<AssociateSkillGroupWithRoomRequest.Builder,AssociateSkillGroupWithRoomRequest>,SdkBuilder<AssociateSkillGroupWithRoomRequest.Builder,AssociateSkillGroupWithRoomRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateSkillGroupWithRoomRequest
public static interface AssociateSkillGroupWithRoomRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<AssociateSkillGroupWithRoomRequest.Builder,AssociateSkillGroupWithRoomRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateSkillGroupWithRoomRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateSkillGroupWithRoomRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateSkillGroupWithRoomRequest.BuilderroomArn(String roomArn)The ARN of the room with which to associate the skill group.AssociateSkillGroupWithRoomRequest.BuilderskillGroupArn(String skillGroupArn)The ARN of the skill group to associate with a room.-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
skillGroupArn
AssociateSkillGroupWithRoomRequest.Builder skillGroupArn(String skillGroupArn)
The ARN of the skill group to associate with a room. Required.
- Parameters:
skillGroupArn- The ARN of the skill group to associate with a room. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roomArn
AssociateSkillGroupWithRoomRequest.Builder roomArn(String roomArn)
The ARN of the room with which to associate the skill group. Required.
- Parameters:
roomArn- The ARN of the room with which to associate the skill group. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateSkillGroupWithRoomRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateSkillGroupWithRoomRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-