public static interface CreateListRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<CreateListRequest.Builder,CreateListRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateListRequest.Builder name(String name)
The name of the list.
name - The name of the list.CreateListRequest.Builder elements(Collection<String> elements)
The names of the elements, if providing. You can also create an empty list and add elements later using the UpdateList API.
elements - The names of the elements, if providing. You can also create an empty list and add elements later
using the UpdateList API.CreateListRequest.Builder elements(String... elements)
The names of the elements, if providing. You can also create an empty list and add elements later using the UpdateList API.
elements - The names of the elements, if providing. You can also create an empty list and add elements later
using the UpdateList API.CreateListRequest.Builder variableType(String variableType)
The variable type of the list. You can only assign the variable type with String data type. For more information, see Variable types.
variableType - The variable type of the list. You can only assign the variable type with String data type. For more
information, see Variable types.CreateListRequest.Builder description(String description)
The description of the list.
description - The description of the list.CreateListRequest.Builder tags(Collection<Tag> tags)
A collection of the key and value pairs.
tags - A collection of the key and value pairs.CreateListRequest.Builder tags(Tag... tags)
A collection of the key and value pairs.
tags - A collection of the key and value pairs.CreateListRequest.Builder tags(Consumer<Tag.Builder>... tags)
A collection of the key and value pairs.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.