public static interface CampaignState.Builder extends CopyableBuilder<CampaignState.Builder,CampaignState>
| Modifier and Type | Method and Description |
|---|---|
CampaignState.Builder |
campaignStatus(CampaignStatus campaignStatus)
The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
|
CampaignState.Builder |
campaignStatus(String campaignStatus)
The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
|
copyapply, buildCampaignState.Builder campaignStatus(String campaignStatus)
campaignStatus - The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
Valid values: SCHEDULED, EXECUTING, PENDING_NEXT_RUN, COMPLETED, PAUSEDCampaignStatus,
CampaignStatusCampaignState.Builder campaignStatus(CampaignStatus campaignStatus)
campaignStatus - The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
Valid values: SCHEDULED, EXECUTING, PENDING_NEXT_RUN, COMPLETED, PAUSEDCampaignStatus,
CampaignStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.