Interface PutEventTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutEventTypeRequest.Builder,PutEventTypeRequest>,FraudDetectorRequest.Builder,SdkBuilder<PutEventTypeRequest.Builder,PutEventTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutEventTypeRequest
public static interface PutEventTypeRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<PutEventTypeRequest.Builder,PutEventTypeRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.frauddetector.model.FraudDetectorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
PutEventTypeRequest.Builder name(String name)
The name.
- Parameters:
name- The name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
PutEventTypeRequest.Builder description(String description)
The description of the event type.
- Parameters:
description- The description of the event type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventVariables
PutEventTypeRequest.Builder eventVariables(Collection<String> eventVariables)
The event type variables.
- Parameters:
eventVariables- The event type variables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventVariables
PutEventTypeRequest.Builder eventVariables(String... eventVariables)
The event type variables.
- Parameters:
eventVariables- The event type variables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
PutEventTypeRequest.Builder labels(Collection<String> labels)
The event type labels.
- Parameters:
labels- The event type labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
PutEventTypeRequest.Builder labels(String... labels)
The event type labels.
- Parameters:
labels- The event type labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityTypes
PutEventTypeRequest.Builder entityTypes(Collection<String> entityTypes)
The entity type for the event type. Example entity types: customer, merchant, account.
- Parameters:
entityTypes- The entity type for the event type. Example entity types: customer, merchant, account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityTypes
PutEventTypeRequest.Builder entityTypes(String... entityTypes)
The entity type for the event type. Example entity types: customer, merchant, account.
- Parameters:
entityTypes- The entity type for the event type. Example entity types: customer, merchant, account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventIngestion
PutEventTypeRequest.Builder eventIngestion(String eventIngestion)
Specifies if ingestion is enabled or disabled.
- Parameters:
eventIngestion- Specifies if ingestion is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventIngestion,EventIngestion
-
eventIngestion
PutEventTypeRequest.Builder eventIngestion(EventIngestion eventIngestion)
Specifies if ingestion is enabled or disabled.
- Parameters:
eventIngestion- Specifies if ingestion is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventIngestion,EventIngestion
-
tags
PutEventTypeRequest.Builder tags(Collection<Tag> tags)
A collection of key and value pairs.
- Parameters:
tags- A collection of key and value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutEventTypeRequest.Builder tags(Tag... tags)
A collection of key and value pairs.
- Parameters:
tags- A collection of key and value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
eventOrchestration
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.
- Parameters:
eventOrchestration- Enables or disables event orchestration. If enabled, you can send event predictions to select AWS services for downstream processing of the events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventOrchestration
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.Builderavoiding the need to create one manually viaEventOrchestration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toeventOrchestration(EventOrchestration).- Parameters:
eventOrchestration- a consumer that will call methods onEventOrchestration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
eventOrchestration(EventOrchestration)
-
overrideConfiguration
PutEventTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutEventTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-