public static interface Watchlist.Builder extends SdkPojo, CopyableBuilder<Watchlist.Builder,Watchlist>
| Modifier and Type | Method and Description |
|---|---|
Watchlist.Builder |
createdAt(Instant createdAt)
The timestamp of when the watchlist was created.
|
Watchlist.Builder |
defaultWatchlist(Boolean defaultWatchlist)
Whether the specified watchlist is the default watchlist of a domain.
|
Watchlist.Builder |
description(String description)
The description of the watchlist.
|
Watchlist.Builder |
domainId(String domainId)
The identifier of the domain that contains the watchlist.
|
Watchlist.Builder |
name(String name)
The name for the watchlist.
|
Watchlist.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the watchlist was updated.
|
Watchlist.Builder |
watchlistId(String watchlistId)
The identifier of the watchlist.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWatchlist.Builder createdAt(Instant createdAt)
The timestamp of when the watchlist was created.
createdAt - The timestamp of when the watchlist was created.Watchlist.Builder defaultWatchlist(Boolean defaultWatchlist)
Whether the specified watchlist is the default watchlist of a domain.
defaultWatchlist - Whether the specified watchlist is the default watchlist of a domain.Watchlist.Builder description(String description)
The description of the watchlist.
description - The description of the watchlist.Watchlist.Builder domainId(String domainId)
The identifier of the domain that contains the watchlist.
domainId - The identifier of the domain that contains the watchlist.Watchlist.Builder name(String name)
The name for the watchlist.
name - The name for the watchlist.Watchlist.Builder updatedAt(Instant updatedAt)
The timestamp of when the watchlist was updated.
updatedAt - The timestamp of when the watchlist was updated.Watchlist.Builder watchlistId(String watchlistId)
The identifier of the watchlist.
watchlistId - The identifier of the watchlist.Copyright © 2023. All rights reserved.