public static interface CreateRoomRequest.Builder extends AlexaForBusinessRequest.Builder, CopyableBuilder<CreateRoomRequest.Builder,CreateRoomRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRoomRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique, user-specified identifier for this request that ensures idempotency.
|
CreateRoomRequest.Builder |
description(String description)
The description for the room.
|
CreateRoomRequest.Builder |
profileArn(String profileArn)
The profile ARN for the room.
|
CreateRoomRequest.Builder |
providerCalendarId(String providerCalendarId)
The calendar ARN for the room.
|
CreateRoomRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateRoomRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateRoomRequest.Builder |
roomName(String roomName)
The name for the room.
|
CreateRoomRequest.Builder |
tags(Collection<Tag> tags)
The tags for the room.
|
CreateRoomRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags for the room.
|
CreateRoomRequest.Builder |
tags(Tag... tags)
The tags for the room.
|
buildrequestOverrideConfigcopyapply, buildCreateRoomRequest.Builder roomName(String roomName)
The name for the room.
roomName - The name for the room.CreateRoomRequest.Builder description(String description)
The description for the room.
description - The description for the room.CreateRoomRequest.Builder profileArn(String profileArn)
The profile ARN for the room.
profileArn - The profile ARN for the room.CreateRoomRequest.Builder providerCalendarId(String providerCalendarId)
The calendar ARN for the room.
providerCalendarId - The calendar ARN for the room.CreateRoomRequest.Builder clientRequestToken(String clientRequestToken)
A unique, user-specified identifier for this request that ensures idempotency.
clientRequestToken - A unique, user-specified identifier for this request that ensures idempotency.CreateRoomRequest.Builder tags(Collection<Tag> tags)
The tags for the room.
tags - The tags for the room.CreateRoomRequest.Builder tags(Tag... tags)
The tags for the room.
tags - The tags for the room.CreateRoomRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags for the room.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateRoomRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateRoomRequest.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.