Class UpdateCampaignRequest

    • Method Detail

      • campaignArn

        public final String campaignArn()

        The Amazon Resource Name (ARN) of the campaign.

        Returns:
        The Amazon Resource Name (ARN) of the campaign.
      • solutionVersionArn

        public final String solutionVersionArn()

        The ARN of a new solution version to deploy.

        Returns:
        The ARN of a new solution version to deploy.
      • minProvisionedTPS

        public final Integer minProvisionedTPS()

        Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support. A high minProvisionedTPS will increase your bill. We recommend starting with 1 for minProvisionedTPS (the default). Track your usage using Amazon CloudWatch metrics, and increase the minProvisionedTPS as necessary.

        Returns:
        Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support. A high minProvisionedTPS will increase your bill. We recommend starting with 1 for minProvisionedTPS (the default). Track your usage using Amazon CloudWatch metrics, and increase the minProvisionedTPS as necessary.
      • campaignConfig

        public final CampaignConfig campaignConfig()

        The configuration details of a campaign.

        Returns:
        The configuration details of a campaign.
      • 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