public static interface CampaignState.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
CampaignState.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
,
CampaignStatus
CampaignState.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
,
CampaignStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.