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.
|
copy
apply, 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
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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.