public static interface CampaignSummary.Builder extends SdkPojo, CopyableBuilder<CampaignSummary.Builder,CampaignSummary>
| Modifier and Type | Method and Description |
|---|---|
CampaignSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of a campaign.
|
CampaignSummary.Builder |
creationTime(Instant creationTime)
The time the campaign was created.
|
CampaignSummary.Builder |
description(String description)
The description of the campaign.
|
CampaignSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the campaign was modified.
|
CampaignSummary.Builder |
name(String name)
The name of a campaign.
|
CampaignSummary.Builder |
signalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the campaign.
|
CampaignSummary.Builder |
status(CampaignStatus status)
The state of a campaign.
|
CampaignSummary.Builder |
status(String status)
The state of a campaign.
|
CampaignSummary.Builder |
targetArn(String targetArn)
The ARN of a vehicle or fleet to which the campaign is deployed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCampaignSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of a campaign.
arn - The Amazon Resource Name (ARN) of a campaign.CampaignSummary.Builder name(String name)
The name of a campaign.
name - The name of a campaign.CampaignSummary.Builder description(String description)
The description of the campaign.
description - The description of the campaign.CampaignSummary.Builder signalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the campaign.
signalCatalogArn - The ARN of the signal catalog associated with the campaign.CampaignSummary.Builder targetArn(String targetArn)
The ARN of a vehicle or fleet to which the campaign is deployed.
targetArn - The ARN of a vehicle or fleet to which the campaign is deployed.CampaignSummary.Builder status(String status)
The state of a campaign. The status can be one of the following:
CREATING - Amazon Web Services IoT FleetWise is processing your request to create the campaign.
WAITING_FOR_APPROVAL - After a campaign is created, it enters the
WAITING_FOR_APPROVAL state. To allow Amazon Web Services IoT FleetWise to deploy the campaign to
the target vehicle or fleet, use the API operation to approve the campaign.
RUNNING - The campaign is active.
SUSPENDED - The campaign is suspended. To resume the campaign, use the API operation.
status - The state of a campaign. The status can be one of the following:
CREATING - Amazon Web Services IoT FleetWise is processing your request to create the
campaign.
WAITING_FOR_APPROVAL - After a campaign is created, it enters the
WAITING_FOR_APPROVAL state. To allow Amazon Web Services IoT FleetWise to deploy the
campaign to the target vehicle or fleet, use the API operation to approve the campaign.
RUNNING - The campaign is active.
SUSPENDED - The campaign is suspended. To resume the campaign, use the API operation.
CampaignStatus,
CampaignStatusCampaignSummary.Builder status(CampaignStatus status)
The state of a campaign. The status can be one of the following:
CREATING - Amazon Web Services IoT FleetWise is processing your request to create the campaign.
WAITING_FOR_APPROVAL - After a campaign is created, it enters the
WAITING_FOR_APPROVAL state. To allow Amazon Web Services IoT FleetWise to deploy the campaign to
the target vehicle or fleet, use the API operation to approve the campaign.
RUNNING - The campaign is active.
SUSPENDED - The campaign is suspended. To resume the campaign, use the API operation.
status - The state of a campaign. The status can be one of the following:
CREATING - Amazon Web Services IoT FleetWise is processing your request to create the
campaign.
WAITING_FOR_APPROVAL - After a campaign is created, it enters the
WAITING_FOR_APPROVAL state. To allow Amazon Web Services IoT FleetWise to deploy the
campaign to the target vehicle or fleet, use the API operation to approve the campaign.
RUNNING - The campaign is active.
SUSPENDED - The campaign is suspended. To resume the campaign, use the API operation.
CampaignStatus,
CampaignStatusCampaignSummary.Builder creationTime(Instant creationTime)
The time the campaign was created.
creationTime - The time the campaign was created.CampaignSummary.Builder lastModificationTime(Instant lastModificationTime)
The last time the campaign was modified.
lastModificationTime - The last time the campaign was modified.Copyright © 2022. All rights reserved.