public static interface CampaignUpdateSummary.Builder extends SdkPojo, CopyableBuilder<CampaignUpdateSummary.Builder,CampaignUpdateSummary>
| Modifier and Type | Method and Description |
|---|---|
CampaignUpdateSummary.Builder |
campaignConfig(CampaignConfig campaignConfig)
Sets the value of the CampaignConfig property for this object.
|
default CampaignUpdateSummary.Builder |
campaignConfig(Consumer<CampaignConfig.Builder> campaignConfig)
Sets the value of the CampaignConfig property for this object.
|
CampaignUpdateSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the campaign update was created.
|
CampaignUpdateSummary.Builder |
failureReason(String failureReason)
If a campaign update fails, the reason behind the failure.
|
CampaignUpdateSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the campaign update was last updated.
|
CampaignUpdateSummary.Builder |
minProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support.
|
CampaignUpdateSummary.Builder |
solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the deployed solution version.
|
CampaignUpdateSummary.Builder |
status(String status)
The status of the campaign update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCampaignUpdateSummary.Builder solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the deployed solution version.
solutionVersionArn - The Amazon Resource Name (ARN) of the deployed solution version.CampaignUpdateSummary.Builder minProvisionedTPS(Integer minProvisionedTPS)
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
minProvisionedTPS - Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon
Personalize will support.CampaignUpdateSummary.Builder campaignConfig(CampaignConfig campaignConfig)
campaignConfig - The new value for the CampaignConfig property for this object.default CampaignUpdateSummary.Builder campaignConfig(Consumer<CampaignConfig.Builder> campaignConfig)
CampaignConfig.Builder avoiding the need
to create one manually via CampaignConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to campaignConfig(CampaignConfig).
campaignConfig - a consumer that will call methods on CampaignConfig.BuildercampaignConfig(CampaignConfig)CampaignUpdateSummary.Builder status(String status)
The status of the campaign update.
A campaign update 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 update.
A campaign update can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
CampaignUpdateSummary.Builder failureReason(String failureReason)
If a campaign update fails, the reason behind the failure.
failureReason - If a campaign update fails, the reason behind the failure.CampaignUpdateSummary.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the campaign update was created.
creationDateTime - The date and time (in Unix time) that the campaign update was created.CampaignUpdateSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the campaign update was last updated.
lastUpdatedDateTime - The date and time (in Unix time) that the campaign update was last updated.Copyright © 2022. All rights reserved.