| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static CampaignState.Builder |
CampaignState.builder() |
CampaignState.Builder |
CampaignState.Builder.campaignStatus(CampaignStatus campaignStatus)
The current status of the campaign, or the current status of a treatment that belongs to an A/B test
campaign.
|
CampaignState.Builder |
CampaignState.Builder.campaignStatus(String campaignStatus)
The current status of the campaign, or the current status of a treatment that belongs to an A/B test
campaign.
|
CampaignState.Builder |
CampaignState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CampaignState.Builder> |
CampaignState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CampaignResponse.Builder |
CampaignResponse.Builder.defaultState(Consumer<CampaignState.Builder> defaultState)
The current status of the campaign's default treatment.
|
default TreatmentResource.Builder |
TreatmentResource.Builder.state(Consumer<CampaignState.Builder> state)
The current status of the treatment.
|
default CampaignResponse.Builder |
CampaignResponse.Builder.state(Consumer<CampaignState.Builder> state)
The current status of the campaign.
|
Copyright © 2022. All rights reserved.