public static interface CampaignSummary.Builder extends SdkPojo, CopyableBuilder<CampaignSummary.Builder,CampaignSummary>
| Modifier and Type | Method and Description |
|---|---|
CampaignSummary.Builder |
campaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
|
CampaignSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the campaign was created.
|
CampaignSummary.Builder |
failureReason(String failureReason)
If a campaign fails, the reason behind the failure.
|
CampaignSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the campaign was last updated.
|
CampaignSummary.Builder |
name(String name)
The name of the campaign.
|
CampaignSummary.Builder |
status(String status)
The status of the campaign.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCampaignSummary.Builder name(String name)
The name of the campaign.
name - The name of the campaign.CampaignSummary.Builder campaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign.
campaignArn - The Amazon Resource Name (ARN) of the campaign.CampaignSummary.Builder status(String status)
The status of the campaign.
A campaign can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
status - The status of the campaign.
A campaign can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
CampaignSummary.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the campaign was created.
creationDateTime - The date and time (in Unix time) that the campaign was created.CampaignSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the campaign was last updated.
lastUpdatedDateTime - The date and time (in Unix time) that the campaign was last updated.CampaignSummary.Builder failureReason(String failureReason)
If a campaign fails, the reason behind the failure.
failureReason - If a campaign fails, the reason behind the failure.Copyright © 2022. All rights reserved.