Interface CreateCampaignRequest.Builder

    • Method Detail

      • name

        CreateCampaignRequest.Builder name​(String name)

        A name for the new campaign. The campaign name must be unique within your account.

        Parameters:
        name - A name for the new campaign. The campaign name must be unique within your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • solutionVersionArn

        CreateCampaignRequest.Builder solutionVersionArn​(String solutionVersionArn)

        The Amazon Resource Name (ARN) of the solution version to deploy.

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

        CreateCampaignRequest.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

        CreateCampaignRequest.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.
      • tags

        CreateCampaignRequest.Builder tags​(Collection<Tag> tags)

        A list of tags to apply to the campaign.

        Parameters:
        tags - A list of tags to apply to the campaign.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateCampaignRequest.Builder tags​(Tag... tags)

        A list of tags to apply to the campaign.

        Parameters:
        tags - A list of tags to apply to the campaign.
        Returns:
        Returns a reference to this object so that method calls can be chained together.