public static interface UpdateCampaignRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<UpdateCampaignRequest.Builder,UpdateCampaignRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCampaignRequest.Builder |
campaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
|
UpdateCampaignRequest.Builder |
minProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support.
|
UpdateCampaignRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCampaignRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateCampaignRequest.Builder |
solutionVersionArn(String solutionVersionArn)
The ARN of a new solution version to deploy.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCampaignRequest.Builder campaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
campaignArn - The Amazon Resource Name (ARN) of the campaign.UpdateCampaignRequest.Builder solutionVersionArn(String solutionVersionArn)
The ARN of a new solution version to deploy.
solutionVersionArn - The ARN of a new solution version to deploy.UpdateCampaignRequest.Builder minProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
minProvisionedTPS - Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon
Personalize will support.UpdateCampaignRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCampaignRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.