Interface Watchlist.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Watchlist.Builder,Watchlist>,SdkBuilder<Watchlist.Builder,Watchlist>,SdkPojo
- Enclosing class:
- Watchlist
public static interface Watchlist.Builder extends SdkPojo, CopyableBuilder<Watchlist.Builder,Watchlist>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Watchlist.BuildercreatedAt(Instant createdAt)The timestamp of when the watchlist was created.Watchlist.BuilderdefaultWatchlist(Boolean defaultWatchlist)Whether the specified watchlist is the default watchlist of a domain.Watchlist.Builderdescription(String description)The description of the watchlist.Watchlist.BuilderdomainId(String domainId)The identifier of the domain that contains the watchlist.Watchlist.Buildername(String name)The name for the watchlist.Watchlist.BuilderupdatedAt(Instant updatedAt)The timestamp of when the watchlist was updated.Watchlist.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
Watchlist.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
Watchlist.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
Watchlist.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
Watchlist.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
Watchlist.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
Watchlist.Builder updatedAt(Instant updatedAt)
The timestamp of when the watchlist was updated.
- Parameters:
updatedAt- The timestamp of when the watchlist was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
watchlistId
Watchlist.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.
-
-