Class UpdateConfiguredAudienceModelRequest

    • Method Detail

      • configuredAudienceModelArn

        public final String configuredAudienceModelArn()

        The Amazon Resource Name (ARN) of the configured audience model that you want to update.

        Returns:
        The Amazon Resource Name (ARN) of the configured audience model that you want to update.
      • audienceModelArn

        public final String audienceModelArn()

        The Amazon Resource Name (ARN) of the new audience model that you want to use.

        Returns:
        The Amazon Resource Name (ARN) of the new audience model that you want to use.
      • sharedAudienceMetrics

        public final List<SharedAudienceMetrics> sharedAudienceMetrics()

        The new value for whether to share audience metrics.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasSharedAudienceMetrics() method.

        Returns:
        The new value for whether to share audience metrics.
      • hasSharedAudienceMetrics

        public final boolean hasSharedAudienceMetrics()
        For responses, this returns true if the service returned a value for the SharedAudienceMetrics property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • sharedAudienceMetricsAsStrings

        public final List<String> sharedAudienceMetricsAsStrings()

        The new value for whether to share audience metrics.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasSharedAudienceMetrics() method.

        Returns:
        The new value for whether to share audience metrics.
      • minMatchingSeedSize

        public final Integer minMatchingSeedSize()

        The minimum number of users from the seed audience that must match with users in the training data of the audience model.

        Returns:
        The minimum number of users from the seed audience that must match with users in the training data of the audience model.
      • audienceSizeConfig

        public final AudienceSizeConfig audienceSizeConfig()

        The new audience size configuration.

        Returns:
        The new audience size configuration.
      • description

        public final String description()

        The new description of the configured audience model.

        Returns:
        The new description of the configured audience model.
      • 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.
        Overrides:
        toString in class Object