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 eventIngestion(String eventIngestion)
Specifies if ingenstion is enabled or disabled.
eventIngestion - Specifies if ingenstion is enabled or disabled.EventIngestion,
EventIngestionPutEventTypeRequest.Builder eventIngestion(EventIngestion eventIngestion)
Specifies if ingenstion is enabled or disabled.
eventIngestion - Specifies if ingenstion is enabled or disabled.EventIngestion,
EventIngestionPutEventTypeRequest.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 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) PutEventTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutEventTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.