Interface WatchlistSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WatchlistSummary.Builder,WatchlistSummary>,SdkBuilder<WatchlistSummary.Builder,WatchlistSummary>,SdkPojo
- Enclosing class:
- WatchlistSummary
public static interface WatchlistSummary.Builder extends SdkPojo, CopyableBuilder<WatchlistSummary.Builder,WatchlistSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WatchlistSummary.BuildercreatedAt(Instant createdAt)The timestamp of when the watchlist was created.WatchlistSummary.BuilderdefaultWatchlist(Boolean defaultWatchlist)Whether the specified watchlist is the default watchlist of a domain.WatchlistSummary.Builderdescription(String description)The description of the watchlist.WatchlistSummary.BuilderdomainId(String domainId)The identifier of the domain that contains the watchlist.WatchlistSummary.Buildername(String name)The name for the watchlist.WatchlistSummary.BuilderupdatedAt(Instant updatedAt)The timestamp of when the watchlist was last updated.WatchlistSummary.BuilderwatchlistId(String watchlistId)The identifier of the watchlist.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
createdAt
WatchlistSummary.Builder createdAt(Instant createdAt)
The timestamp of when the watchlist was created.
- Parameters:
createdAt- The timestamp of when the watchlist was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultWatchlist
WatchlistSummary.Builder defaultWatchlist(Boolean defaultWatchlist)
Whether the specified watchlist is the default watchlist of a domain.
- Parameters:
defaultWatchlist- Whether the specified watchlist is the default watchlist of a domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
WatchlistSummary.Builder description(String description)
The description of the watchlist.
- Parameters:
description- The description of the watchlist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
WatchlistSummary.Builder domainId(String domainId)
The identifier of the domain that contains the watchlist.
- Parameters:
domainId- The identifier of the domain that contains the watchlist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
WatchlistSummary.Builder name(String name)
The name for the watchlist.
- Parameters:
name- The name for the watchlist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
WatchlistSummary.Builder updatedAt(Instant updatedAt)
The timestamp of when the watchlist was last updated.
- Parameters:
updatedAt- The timestamp of when the watchlist was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
watchlistId
WatchlistSummary.Builder watchlistId(String watchlistId)
The identifier of the watchlist.
- Parameters:
watchlistId- The identifier of the watchlist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-