public static interface UpdateWatchlistRequest.Builder extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<UpdateWatchlistRequest.Builder,UpdateWatchlistRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWatchlistRequest.Builder |
description(String description)
A brief description about this watchlist.
|
UpdateWatchlistRequest.Builder |
domainId(String domainId)
The identifier of the domain that contains the watchlist.
|
UpdateWatchlistRequest.Builder |
name(String name)
The name of the watchlist.
|
UpdateWatchlistRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWatchlistRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateWatchlistRequest.Builder |
watchlistId(String watchlistId)
The identifier of the watchlist to be updated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWatchlistRequest.Builder description(String description)
A brief description about this watchlist.
description - A brief description about this watchlist.UpdateWatchlistRequest.Builder domainId(String domainId)
The identifier of the domain that contains the watchlist.
domainId - The identifier of the domain that contains the watchlist.UpdateWatchlistRequest.Builder name(String name)
The name of the watchlist.
name - The name of the watchlist.UpdateWatchlistRequest.Builder watchlistId(String watchlistId)
The identifier of the watchlist to be updated.
watchlistId - The identifier of the watchlist to be updated.UpdateWatchlistRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWatchlistRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.