public static interface PutEventTypeRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<PutEventTypeRequest.Builder,PutEventTypeRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutEventTypeRequest.Builder name(String name)
The name.
name - The name.PutEventTypeRequest.Builder description(String description)
The description of the event type.
description - The description of the event type.PutEventTypeRequest.Builder eventVariables(Collection<String> eventVariables)
The event type variables.
eventVariables - The event type variables.PutEventTypeRequest.Builder eventVariables(String... eventVariables)
The event type variables.
eventVariables - The event type variables.PutEventTypeRequest.Builder labels(Collection<String> labels)
The event type labels.
labels - The event type labels.PutEventTypeRequest.Builder labels(String... labels)
The event type labels.
labels - The event type labels.PutEventTypeRequest.Builder entityTypes(Collection<String> entityTypes)
The entity type for the event type. Example entity types: customer, merchant, account.
entityTypes - The entity type for the event type. Example entity types: customer, merchant, account.PutEventTypeRequest.Builder entityTypes(String... entityTypes)
The entity type for the event type. Example entity types: customer, merchant, account.
entityTypes - The entity type for the event type. Example entity types: customer, merchant, account.PutEventTypeRequest.Builder tags(Collection<Tag> tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.PutEventTypeRequest.Builder tags(Tag... tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.PutEventTypeRequest.Builder tags(Consumer<Tag.Builder>... tags)
A collection of key and value pairs.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) PutEventTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutEventTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.