public static interface UpdateCampaignRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdateCampaignRequest.Builder,UpdateCampaignRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCampaignRequest.Builder |
action(String action)
Specifies how to update a campaign.
|
UpdateCampaignRequest.Builder |
action(UpdateCampaignAction action)
Specifies how to update a campaign.
|
UpdateCampaignRequest.Builder |
dataExtraDimensions(Collection<String> dataExtraDimensions)
A list of vehicle attributes to associate with a signal.
|
UpdateCampaignRequest.Builder |
dataExtraDimensions(String... dataExtraDimensions)
A list of vehicle attributes to associate with a signal.
|
UpdateCampaignRequest.Builder |
description(String description)
The description of the campaign.
|
UpdateCampaignRequest.Builder |
name(String name)
The name of the campaign to update.
|
UpdateCampaignRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCampaignRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCampaignRequest.Builder name(String name)
The name of the campaign to update.
name - The name of the campaign to update.UpdateCampaignRequest.Builder description(String description)
The description of the campaign.
description - The description of the campaign.UpdateCampaignRequest.Builder dataExtraDimensions(Collection<String> dataExtraDimensions)
A list of vehicle attributes to associate with a signal.
Default: An empty array
dataExtraDimensions - A list of vehicle attributes to associate with a signal.
Default: An empty array
UpdateCampaignRequest.Builder dataExtraDimensions(String... dataExtraDimensions)
A list of vehicle attributes to associate with a signal.
Default: An empty array
dataExtraDimensions - A list of vehicle attributes to associate with a signal.
Default: An empty array
UpdateCampaignRequest.Builder action(String action)
Specifies how to update a campaign. The action can be one of the following:
APPROVE - To approve delivering a data collection scheme to vehicles.
SUSPEND - To suspend collecting signal data.
RESUME - To resume collecting signal data.
UPDATE - To update a campaign.
action - Specifies how to update a campaign. The action can be one of the following:
APPROVE - To approve delivering a data collection scheme to vehicles.
SUSPEND - To suspend collecting signal data.
RESUME - To resume collecting signal data.
UPDATE - To update a campaign.
UpdateCampaignAction,
UpdateCampaignActionUpdateCampaignRequest.Builder action(UpdateCampaignAction action)
Specifies how to update a campaign. The action can be one of the following:
APPROVE - To approve delivering a data collection scheme to vehicles.
SUSPEND - To suspend collecting signal data.
RESUME - To resume collecting signal data.
UPDATE - To update a campaign.
action - Specifies how to update a campaign. The action can be one of the following:
APPROVE - To approve delivering a data collection scheme to vehicles.
SUSPEND - To suspend collecting signal data.
RESUME - To resume collecting signal data.
UPDATE - To update a campaign.
UpdateCampaignAction,
UpdateCampaignActionUpdateCampaignRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCampaignRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.