Class AnalyticsConfigurationType
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnalyticsConfigurationType.Builder,AnalyticsConfigurationType>
The settings for Amazon Pinpoint analytics configuration. With an analytics configuration, your application can collect user-activity metrics for user notifications with a Amazon Pinpoint campaign.
Amazon Pinpoint isn't available in all Amazon Web Services Regions. For a list of available Regions, see Amazon Cognito and Amazon Pinpoint Region availability.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe Amazon Resource Name (ARN) of an Amazon Pinpoint project that you want to connect to your user pool app client.final StringYour Amazon Pinpoint project ID.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe external ID of the role that Amazon Cognito assumes to send analytics data to Amazon Pinpoint.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringroleArn()The ARN of an Identity and Access Management role that has the permissions required for Amazon Cognito to publish events to Amazon Pinpoint analytics.static Class<? extends AnalyticsConfigurationType.Builder>final StringtoString()Returns a string representation of this object.final BooleanIfUserDataSharedistrue, Amazon Cognito includes user data in the events that it publishes to Amazon Pinpoint analytics.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
applicationId
Your Amazon Pinpoint project ID.
- Returns:
- Your Amazon Pinpoint project ID.
-
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- Returns:
- 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
-
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:
- The ARN of an Identity and Access Management role that has the permissions required for Amazon Cognito to publish events to Amazon Pinpoint analytics.
-
externalId
The external ID of the role that Amazon Cognito assumes to send analytics data to Amazon Pinpoint.
- Returns:
- The external ID of the role that Amazon Cognito assumes to send analytics data to Amazon Pinpoint.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnalyticsConfigurationType.Builder,AnalyticsConfigurationType>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-