CopyableBuilder<CampaignState.Builder,CampaignState>, SdkBuilder<CampaignState.Builder,CampaignState>public static interface CampaignState.Builder extends CopyableBuilder<CampaignState.Builder,CampaignState>
| Modifier and Type | Method | Description |
|---|---|---|
CampaignState.Builder |
campaignStatus(String campaignStatus) |
The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
|
CampaignState.Builder |
campaignStatus(CampaignStatus 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, PAUSEDCampaignStatusCampaignState.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, PAUSEDCampaignStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.