public static interface AnalyticsConfigurationType.Builder extends SdkPojo, CopyableBuilder<AnalyticsConfigurationType.Builder,AnalyticsConfigurationType>
| Modifier and Type | Method and Description |
|---|---|
AnalyticsConfigurationType.Builder |
applicationArn(String applicationArn)
The Amazon Resource Name (ARN) of an Amazon Pinpoint project.
|
AnalyticsConfigurationType.Builder |
applicationId(String applicationId)
The application ID for an Amazon Pinpoint application.
|
AnalyticsConfigurationType.Builder |
externalId(String externalId)
The external ID.
|
AnalyticsConfigurationType.Builder |
roleArn(String roleArn)
The ARN of an Identity and Access Management role that authorizes Amazon Cognito to publish events to Amazon
Pinpoint analytics.
|
AnalyticsConfigurationType.Builder |
userDataShared(Boolean userDataShared)
If
UserDataShared is true, Amazon Cognito includes user data in the events that it
publishes to Amazon Pinpoint analytics. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyticsConfigurationType.Builder applicationId(String applicationId)
The application ID for an Amazon Pinpoint application.
applicationId - The application ID for an Amazon Pinpoint application.AnalyticsConfigurationType.Builder applicationArn(String applicationArn)
The Amazon Resource Name (ARN) of an Amazon Pinpoint project. You can use the Amazon Pinpoint project to integrate with the chosen user pool Client. Amazon Cognito publishes events to the Amazon Pinpoint project that the app ARN declares.
applicationArn - The Amazon Resource Name (ARN) of an Amazon Pinpoint project. You can use the Amazon Pinpoint project
to integrate with the chosen user pool Client. Amazon Cognito publishes events to the Amazon Pinpoint
project that the app ARN declares.AnalyticsConfigurationType.Builder roleArn(String roleArn)
The ARN of an Identity and Access Management role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.
roleArn - The ARN of an Identity and Access Management role that authorizes Amazon Cognito to publish events to
Amazon Pinpoint analytics.AnalyticsConfigurationType.Builder externalId(String externalId)
The external ID.
externalId - The external ID.AnalyticsConfigurationType.Builder userDataShared(Boolean userDataShared)
If UserDataShared is true, Amazon Cognito includes user data in the events that it
publishes to Amazon Pinpoint analytics.
userDataShared - If UserDataShared is true, Amazon Cognito includes user data in the events
that it publishes to Amazon Pinpoint analytics.Copyright © 2022. All rights reserved.