public static interface CreateWatchlistRequest.Builder extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<CreateWatchlistRequest.Builder,CreateWatchlistRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWatchlistRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateWatchlistRequest.Builder |
description(String description)
A brief description of this watchlist.
|
CreateWatchlistRequest.Builder |
domainId(String domainId)
The identifier of the domain that contains the watchlist.
|
CreateWatchlistRequest.Builder |
name(String name)
The name of the watchlist.
|
CreateWatchlistRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWatchlistRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWatchlistRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency,
see Making
retries safe with idempotent APIs.CreateWatchlistRequest.Builder description(String description)
A brief description of this watchlist.
description - A brief description of this watchlist.CreateWatchlistRequest.Builder domainId(String domainId)
The identifier of the domain that contains the watchlist.
domainId - The identifier of the domain that contains the watchlist.CreateWatchlistRequest.Builder name(String name)
The name of the watchlist.
name - The name of the watchlist.CreateWatchlistRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWatchlistRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.