Interface UpdateCampaignResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateCampaignResponse.Builder,,UpdateCampaignResponse> IoTFleetWiseResponse.Builder,SdkBuilder<UpdateCampaignResponse.Builder,,UpdateCampaignResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateCampaignResponse
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the campaign.The name of the updated campaign.The state of a campaign.status(CampaignStatus status) The state of a campaign.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
arn
The Amazon Resource Name (ARN) of the campaign.
- Parameters:
 arn- The Amazon Resource Name (ARN) of the campaign.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of the updated campaign.
- Parameters:
 name- The name of the updated campaign.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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 theWAITING_FOR_APPROVALstate. 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. 
- Parameters:
 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 theWAITING_FOR_APPROVALstate. 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. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
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 theWAITING_FOR_APPROVALstate. 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. 
- Parameters:
 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 theWAITING_FOR_APPROVALstate. 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. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 
 -