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