Interface AnalyticsConfigurationType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsConfigurationType.Builder,,AnalyticsConfigurationType> SdkBuilder<AnalyticsConfigurationType.Builder,,AnalyticsConfigurationType> SdkPojo
- Enclosing class:
- AnalyticsConfigurationType
@Mutable
@NotThreadSafe
public static interface AnalyticsConfigurationType.Builder
extends SdkPojo, CopyableBuilder<AnalyticsConfigurationType.Builder,AnalyticsConfigurationType>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn(String applicationArn) The Amazon Resource Name (ARN) of an Amazon Pinpoint project that you want to connect to your user pool app client.applicationId(String applicationId) Your Amazon Pinpoint project ID.externalId(String externalId) The external ID of the role that Amazon Cognito assumes to send analytics data to Amazon Pinpoint.The ARN of an Identity and Access Management role that has the permissions required for Amazon Cognito to publish events to Amazon Pinpoint analytics.userDataShared(Boolean userDataShared) IfUserDataSharedistrue, Amazon Cognito includes user data in the events that it publishes to Amazon Pinpoint analytics.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationId
Your Amazon Pinpoint project ID.
- Parameters:
applicationId- Your Amazon Pinpoint project ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationArn
The Amazon Resource Name (ARN) of an Amazon Pinpoint project that you want to connect to your user pool app client. Amazon Cognito publishes events to the Amazon Pinpoint project that
ApplicationArndeclares. You can also configure your application to pass an endpoint ID in theAnalyticsMetadataparameter of sign-in operations. The endpoint ID is information about the destination for push notifications- Parameters:
applicationArn- The Amazon Resource Name (ARN) of an Amazon Pinpoint project that you want to connect to your user pool app client. Amazon Cognito publishes events to the Amazon Pinpoint project thatApplicationArndeclares. You can also configure your application to pass an endpoint ID in theAnalyticsMetadataparameter of sign-in operations. The endpoint ID is information about the destination for push notifications- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The ARN of an Identity and Access Management role that has the permissions required for Amazon Cognito to publish events to Amazon Pinpoint analytics.
- Parameters:
roleArn- The ARN of an Identity and Access Management role that has the permissions required for Amazon Cognito to publish events to Amazon Pinpoint analytics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalId
The external ID of the role that Amazon Cognito assumes to send analytics data to Amazon Pinpoint.
- Parameters:
externalId- The external ID of the role that Amazon Cognito assumes to send analytics data to Amazon Pinpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-