Interface UpdateRoomRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRoomRequest.Builder,UpdateRoomRequest>,SdkBuilder<UpdateRoomRequest.Builder,UpdateRoomRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRoomRequest
public static interface UpdateRoomRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoomRequest.Builder,UpdateRoomRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRoomRequest.Builderdescription(String description)The updated description for the room.UpdateRoomRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRoomRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateRoomRequest.BuilderprofileArn(String profileArn)The updated profile ARN for the room.UpdateRoomRequest.BuilderproviderCalendarId(String providerCalendarId)The updated provider calendar ARN for the room.UpdateRoomRequest.BuilderroomArn(String roomArn)The ARN of the room to update.UpdateRoomRequest.BuilderroomName(String roomName)The updated name for the 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
-
roomArn
UpdateRoomRequest.Builder roomArn(String roomArn)
The ARN of the room to update.
- Parameters:
roomArn- The ARN of the room to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roomName
UpdateRoomRequest.Builder roomName(String roomName)
The updated name for the room.
- Parameters:
roomName- The updated name for the room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateRoomRequest.Builder description(String description)
The updated description for the room.
- Parameters:
description- The updated description for the room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerCalendarId
UpdateRoomRequest.Builder providerCalendarId(String providerCalendarId)
The updated provider calendar ARN for the room.
- Parameters:
providerCalendarId- The updated provider calendar ARN for the room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileArn
UpdateRoomRequest.Builder profileArn(String profileArn)
The updated profile ARN for the room.
- Parameters:
profileArn- The updated profile ARN for the room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateRoomRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRoomRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-