Class CampaignHook
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.CampaignHook
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CampaignHook.Builder,CampaignHook>
@Generated("software.amazon.awssdk:codegen") public final class CampaignHook extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CampaignHook.Builder,CampaignHook>
Specifies settings for invoking an AWS Lambda function that customizes a segment for a campaign.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCampaignHook.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CampaignHook.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlambdaFunctionName()The name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Pinpoint invokes to customize a segment for a campaign.Modemode()The mode that Amazon Pinpoint uses to invoke the AWS Lambda function.StringmodeAsString()The mode that Amazon Pinpoint uses to invoke the AWS Lambda function.List<SdkField<?>>sdkFields()static Class<? extends CampaignHook.Builder>serializableBuilderClass()CampaignHook.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwebUrl()The web URL that Amazon Pinpoint calls to invoke the AWS Lambda function over HTTPS.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
lambdaFunctionName
public final String lambdaFunctionName()
The name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Pinpoint invokes to customize a segment for a campaign.
- Returns:
- The name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Pinpoint invokes to customize a segment for a campaign.
-
mode
public final Mode mode()
The mode that Amazon Pinpoint uses to invoke the AWS Lambda function. Possible values are:
-
FILTER - Invoke the function to customize the segment that's used by a campaign.
-
DELIVERY - (Deprecated) Previously, invoked the function to send a campaign through a custom channel. This functionality is not supported anymore. To send a campaign through a custom channel, use the CustomDeliveryConfiguration and CampaignCustomMessage objects of the campaign.
If the service returns an enum value that is not available in the current SDK version,
modewill returnMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- The mode that Amazon Pinpoint uses to invoke the AWS Lambda function. Possible values are:
-
FILTER - Invoke the function to customize the segment that's used by a campaign.
-
DELIVERY - (Deprecated) Previously, invoked the function to send a campaign through a custom channel. This functionality is not supported anymore. To send a campaign through a custom channel, use the CustomDeliveryConfiguration and CampaignCustomMessage objects of the campaign.
-
- See Also:
Mode
-
-
modeAsString
public final String modeAsString()
The mode that Amazon Pinpoint uses to invoke the AWS Lambda function. Possible values are:
-
FILTER - Invoke the function to customize the segment that's used by a campaign.
-
DELIVERY - (Deprecated) Previously, invoked the function to send a campaign through a custom channel. This functionality is not supported anymore. To send a campaign through a custom channel, use the CustomDeliveryConfiguration and CampaignCustomMessage objects of the campaign.
If the service returns an enum value that is not available in the current SDK version,
modewill returnMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- The mode that Amazon Pinpoint uses to invoke the AWS Lambda function. Possible values are:
-
FILTER - Invoke the function to customize the segment that's used by a campaign.
-
DELIVERY - (Deprecated) Previously, invoked the function to send a campaign through a custom channel. This functionality is not supported anymore. To send a campaign through a custom channel, use the CustomDeliveryConfiguration and CampaignCustomMessage objects of the campaign.
-
- See Also:
Mode
-
-
webUrl
public final String webUrl()
The web URL that Amazon Pinpoint calls to invoke the AWS Lambda function over HTTPS.
- Returns:
The web URL that Amazon Pinpoint calls to invoke the AWS Lambda function over HTTPS.
-
toBuilder
public CampaignHook.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CampaignHook.Builder,CampaignHook>
-
builder
public static CampaignHook.Builder builder()
-
serializableBuilderClass
public static Class<? extends CampaignHook.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-