| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
Campaign |
Campaign.clone() |
Campaign |
DescribeCampaignResult.getCampaign()
The properties of the campaign.
|
Campaign |
Campaign.withCampaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
|
Campaign |
Campaign.withCampaignConfig(CampaignConfig campaignConfig)
The configuration details of a campaign.
|
Campaign |
Campaign.withCreationDateTime(Date creationDateTime)
The date and time (in Unix format) that the campaign was created.
|
Campaign |
Campaign.withFailureReason(String failureReason)
If a campaign fails, the reason behind the failure.
|
Campaign |
Campaign.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix format) that the campaign was last updated.
|
Campaign |
Campaign.withLatestCampaignUpdate(CampaignUpdateSummary latestCampaignUpdate) |
Campaign |
Campaign.withMinProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second.
|
Campaign |
Campaign.withName(String name)
The name of the campaign.
|
Campaign |
Campaign.withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of a specific version of the solution.
|
Campaign |
Campaign.withStatus(String status)
The status of the campaign.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCampaignResult.setCampaign(Campaign campaign)
The properties of the campaign.
|
DescribeCampaignResult |
DescribeCampaignResult.withCampaign(Campaign campaign)
The properties of the campaign.
|
Copyright © 2023. All rights reserved.