Interface EventTrigger.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventTrigger.Builder,EventTrigger>,SdkBuilder<EventTrigger.Builder,EventTrigger>,SdkPojo
- Enclosing class:
- EventTrigger
public static interface EventTrigger.Builder extends SdkPojo, CopyableBuilder<EventTrigger.Builder,EventTrigger>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventTrigger.BuildercustomerProfilesDomainArn(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 Detail
-
customerProfilesDomainArn
EventTrigger.Builder customerProfilesDomainArn(String 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.
-
-