Interface PinpointDestination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PinpointDestination.Builder,PinpointDestination>,SdkBuilder<PinpointDestination.Builder,PinpointDestination>,SdkPojo
- Enclosing class:
- PinpointDestination
public static interface PinpointDestination.Builder extends SdkPojo, CopyableBuilder<PinpointDestination.Builder,PinpointDestination>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PinpointDestination.BuilderapplicationArn(String applicationArn)The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.-
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
-
applicationArn
PinpointDestination.Builder applicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
- Parameters:
applicationArn- The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-