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 ingestion is enabled or disabled.
eventIngestion - Specifies if ingestion is enabled or disabled.EventIngestion,
EventIngestionPutEventTypeRequest.Builder eventIngestion(EventIngestion eventIngestion)
Specifies if ingestion is enabled or disabled.
eventIngestion - Specifies if ingestion 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 eventOrchestration(EventOrchestration eventOrchestration)
Enables or disables event orchestration. If enabled, you can send event predictions to select AWS services for downstream processing of the events.
eventOrchestration - Enables or disables event orchestration. If enabled, you can send event predictions to select AWS
services for downstream processing of the events.default PutEventTypeRequest.Builder eventOrchestration(Consumer<EventOrchestration.Builder> eventOrchestration)
Enables or disables event orchestration. If enabled, you can send event predictions to select AWS services for downstream processing of the events.
This is a convenience method that creates an instance of theEventOrchestration.Builder avoiding the
need to create one manually via EventOrchestration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to eventOrchestration(EventOrchestration).
eventOrchestration - a consumer that will call methods on EventOrchestration.BuildereventOrchestration(EventOrchestration)PutEventTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutEventTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.