Interface UpdateCampaignRequest.Builder

    • Method Detail

      • campaignArn

        UpdateCampaignRequest.Builder campaignArn​(String campaignArn)

        The Amazon Resource Name (ARN) of the campaign.

        Parameters:
        campaignArn - The Amazon Resource Name (ARN) of the campaign.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • solutionVersionArn

        UpdateCampaignRequest.Builder solutionVersionArn​(String solutionVersionArn)

        The Amazon Resource Name (ARN) of a new model to deploy. To specify the latest solution version of your solution, specify the ARN of your solution in SolutionArn/$LATEST format. You must use this format if you set syncWithLatestSolutionVersion to True in the CampaignConfig.

        To deploy a model that isn't the latest solution version of your solution, specify the ARN of the solution version.

        For more information about automatic campaign updates, see Enabling automatic campaign updates.

        Parameters:
        solutionVersionArn - The Amazon Resource Name (ARN) of a new model to deploy. To specify the latest solution version of your solution, specify the ARN of your solution in SolutionArn/$LATEST format. You must use this format if you set syncWithLatestSolutionVersion to True in the CampaignConfig.

        To deploy a model that isn't the latest solution version of your solution, specify the ARN of the solution version.

        For more information about automatic campaign updates, see Enabling automatic campaign updates.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minProvisionedTPS

        UpdateCampaignRequest.Builder minProvisionedTPS​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • campaignConfig

        UpdateCampaignRequest.Builder campaignConfig​(CampaignConfig campaignConfig)

        The configuration details of a campaign.

        Parameters:
        campaignConfig - The configuration details of a campaign.
        Returns:
        Returns a reference to this object so that method calls can be chained together.