Interface CreateRoomRequest.Builder
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateRoomRequest.Builder,,CreateRoomRequest> SdkBuilder<CreateRoomRequest.Builder,,CreateRoomRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateRoomRequest
public static interface CreateRoomRequest.Builder
extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<CreateRoomRequest.Builder,CreateRoomRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) A unique, user-specified identifier for this request that ensures idempotency.description(String description) The description for the room.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.profileArn(String profileArn) The profile ARN for the room.providerCalendarId(String providerCalendarId) The calendar ARN for the room.The name for the room.tags(Collection<Tag> tags) The tags for the room.tags(Consumer<Tag.Builder>... tags) The tags for the room.The tags for the room.Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
roomName
The name for the room.
- Parameters:
roomName- The name for the room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description for the room.
- Parameters:
description- The description for the room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileArn
The profile ARN for the room. This is required.
- Parameters:
profileArn- The profile ARN for the room. This is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerCalendarId
The calendar ARN for the room.
- Parameters:
providerCalendarId- The calendar ARN for the room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
A unique, user-specified identifier for this request that ensures idempotency.
- Parameters:
clientRequestToken- A unique, user-specified identifier for this request that ensures idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags for the room.
- Parameters:
tags- The tags for the room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags for the room.
- Parameters:
tags- The tags for the room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags for the room.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateRoomRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateRoomRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-