| Package | Description |
|---|---|
| software.amazon.awssdk.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
static Watchlist.Builder |
Watchlist.builder() |
Watchlist.Builder |
Watchlist.Builder.createdAt(Instant createdAt)
The timestamp of when the watchlist was created.
|
Watchlist.Builder |
Watchlist.Builder.defaultWatchlist(Boolean defaultWatchlist)
Whether the specified watchlist is the default watchlist of a domain.
|
Watchlist.Builder |
Watchlist.Builder.description(String description)
The description of the watchlist.
|
Watchlist.Builder |
Watchlist.Builder.domainId(String domainId)
The identifier of the domain that contains the watchlist.
|
Watchlist.Builder |
Watchlist.Builder.name(String name)
The name for the watchlist.
|
Watchlist.Builder |
Watchlist.toBuilder() |
Watchlist.Builder |
Watchlist.Builder.updatedAt(Instant updatedAt)
The timestamp of when the watchlist was updated.
|
Watchlist.Builder |
Watchlist.Builder.watchlistId(String watchlistId)
The identifier of the watchlist.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Watchlist.Builder> |
Watchlist.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeWatchlistResponse.Builder |
DescribeWatchlistResponse.Builder.watchlist(Consumer<Watchlist.Builder> watchlist)
Information about the specified watchlist.
|
default CreateWatchlistResponse.Builder |
CreateWatchlistResponse.Builder.watchlist(Consumer<Watchlist.Builder> watchlist)
Information about the newly created watchlist.
|
default UpdateWatchlistResponse.Builder |
UpdateWatchlistResponse.Builder.watchlist(Consumer<Watchlist.Builder> watchlist)
Details about the updated watchlist.
|
Copyright © 2023. All rights reserved.