Interface EventTrigger.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EventTrigger.Builder,
,EventTrigger> SdkBuilder<EventTrigger.Builder,
,EventTrigger> SdkPojo
- Enclosing class:
EventTrigger
@Mutable
@NotThreadSafe
public static interface EventTrigger.Builder
extends SdkPojo, CopyableBuilder<EventTrigger.Builder,EventTrigger>
-
Method Summary
Modifier and TypeMethodDescriptioncustomerProfilesDomainArn
(String customerProfilesDomainArn) Sets the value of the CustomerProfilesDomainArn property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
customerProfilesDomainArn
Sets the value of the CustomerProfilesDomainArn property for this object.- Parameters:
customerProfilesDomainArn
- The new value for the CustomerProfilesDomainArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-