Interface UpdateEventTriggerRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateEventTriggerRequest.Builder,
,UpdateEventTriggerRequest> CustomerProfilesRequest.Builder
,SdkBuilder<UpdateEventTriggerRequest.Builder,
,UpdateEventTriggerRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateEventTriggerRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the event trigger.domainName
(String domainName) The unique name of the domain.eventTriggerConditions
(Collection<EventTriggerCondition> eventTriggerConditions) A list of conditions that determine when an event should trigger the destination.eventTriggerConditions
(Consumer<EventTriggerCondition.Builder>... eventTriggerConditions) A list of conditions that determine when an event should trigger the destination.eventTriggerConditions
(EventTriggerCondition... eventTriggerConditions) A list of conditions that determine when an event should trigger the destination.eventTriggerLimits
(Consumer<EventTriggerLimits.Builder> eventTriggerLimits) Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.eventTriggerLimits
(EventTriggerLimits eventTriggerLimits) Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.eventTriggerName
(String eventTriggerName) The unique name of the event trigger.objectTypeName
(String objectTypeName) The unique name of the object type.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.segmentFilter
(String segmentFilter) The destination is triggered only for profiles that meet the criteria of a segment definition.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.customerprofiles.model.CustomerProfilesRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainName
The unique name of the domain.
- Parameters:
domainName
- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTriggerName
The unique name of the event trigger.
- Parameters:
eventTriggerName
- The unique name of the event trigger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectTypeName
The unique name of the object type.
- Parameters:
objectTypeName
- The unique name of the object type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the event trigger.
- Parameters:
description
- The description of the event trigger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTriggerConditions
UpdateEventTriggerRequest.Builder eventTriggerConditions(Collection<EventTriggerCondition> eventTriggerConditions) A list of conditions that determine when an event should trigger the destination.
- Parameters:
eventTriggerConditions
- A list of conditions that determine when an event should trigger the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTriggerConditions
UpdateEventTriggerRequest.Builder eventTriggerConditions(EventTriggerCondition... eventTriggerConditions) A list of conditions that determine when an event should trigger the destination.
- Parameters:
eventTriggerConditions
- A list of conditions that determine when an event should trigger the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTriggerConditions
UpdateEventTriggerRequest.Builder eventTriggerConditions(Consumer<EventTriggerCondition.Builder>... eventTriggerConditions) A list of conditions that determine when an event should trigger the destination.
This is a convenience method that creates an instance of theEventTriggerCondition.Builder
avoiding the need to create one manually viaEventTriggerCondition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toeventTriggerConditions(List<EventTriggerCondition>)
.- Parameters:
eventTriggerConditions
- a consumer that will call methods onEventTriggerCondition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
segmentFilter
The destination is triggered only for profiles that meet the criteria of a segment definition.
- Parameters:
segmentFilter
- The destination is triggered only for profiles that meet the criteria of a segment definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTriggerLimits
Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.
- Parameters:
eventTriggerLimits
- Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTriggerLimits
default UpdateEventTriggerRequest.Builder eventTriggerLimits(Consumer<EventTriggerLimits.Builder> eventTriggerLimits) Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.
This is a convenience method that creates an instance of theEventTriggerLimits.Builder
avoiding the need to create one manually viaEventTriggerLimits.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toeventTriggerLimits(EventTriggerLimits)
.- Parameters:
eventTriggerLimits
- a consumer that will call methods onEventTriggerLimits.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateEventTriggerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateEventTriggerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-