public static interface UpdateCampaignResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<UpdateCampaignResponse.Builder,UpdateCampaignResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateCampaignResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the campaign.
|
UpdateCampaignResponse.Builder |
name(String name)
The name of the updated campaign.
|
UpdateCampaignResponse.Builder |
status(CampaignStatus status)
The state of a campaign.
|
UpdateCampaignResponse.Builder |
status(String status)
The state of a campaign.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCampaignResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the campaign.
arn - The Amazon Resource Name (ARN) of the campaign.UpdateCampaignResponse.Builder name(String name)
The name of the updated campaign.
name - The name of the updated campaign.UpdateCampaignResponse.Builder status(String status)
The state of a campaign. The status can be one of:
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:
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,
CampaignStatusUpdateCampaignResponse.Builder status(CampaignStatus status)
The state of a campaign. The status can be one of:
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:
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,
CampaignStatusCopyright © 2022. All rights reserved.