static Campaign.Builder |
Campaign.builder() |
|
Campaign.Builder |
Campaign.Builder.campaignArn(String campaignArn) |
The Amazon Resource Name (ARN) of the campaign.
|
default Campaign.Builder |
Campaign.Builder.campaignConfig(Consumer<CampaignConfig.Builder> campaignConfig) |
The configuration details of a campaign.
|
Campaign.Builder |
Campaign.Builder.campaignConfig(CampaignConfig campaignConfig) |
The configuration details of a campaign.
|
Campaign.Builder |
Campaign.Builder.creationDateTime(Instant creationDateTime) |
The date and time (in Unix format) that the campaign was created.
|
Campaign.Builder |
Campaign.Builder.failureReason(String failureReason) |
If a campaign fails, the reason behind the failure.
|
Campaign.Builder |
Campaign.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The date and time (in Unix format) that the campaign was last updated.
|
default Campaign.Builder |
Campaign.Builder.latestCampaignUpdate(Consumer<CampaignUpdateSummary.Builder> latestCampaignUpdate) |
Sets the value of the LatestCampaignUpdate property for this object.
|
Campaign.Builder |
Campaign.Builder.latestCampaignUpdate(CampaignUpdateSummary latestCampaignUpdate) |
Sets the value of the LatestCampaignUpdate property for this object.
|
Campaign.Builder |
Campaign.Builder.minProvisionedTPS(Integer minProvisionedTPS) |
Specifies the requested minimum provisioned transactions (recommendations) per second.
|
Campaign.Builder |
Campaign.Builder.name(String name) |
The name of the campaign.
|
Campaign.Builder |
Campaign.Builder.solutionVersionArn(String solutionVersionArn) |
The Amazon Resource Name (ARN) of a specific version of the solution.
|
Campaign.Builder |
Campaign.Builder.status(String status) |
The status of the campaign.
|
Campaign.Builder |
Campaign.toBuilder() |
|