Interface FailedCampaignStateResponse.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FailedCampaignStateResponse.Builder,,- FailedCampaignStateResponse> - SdkBuilder<FailedCampaignStateResponse.Builder,,- FailedCampaignStateResponse> - SdkPojo
- Enclosing class:
- FailedCampaignStateResponse
@Mutable
@NotThreadSafe
public static interface FailedCampaignStateResponse.Builder
extends SdkPojo, CopyableBuilder<FailedCampaignStateResponse.Builder,FailedCampaignStateResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncampaignId(String campaignId) Sets the value of the CampaignId property for this object.failureCode(String failureCode) Sets the value of the FailureCode property for this object.failureCode(GetCampaignStateBatchFailureCode failureCode) Sets the value of the FailureCode property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
campaignIdSets the value of the CampaignId property for this object.- Parameters:
- campaignId- The new value for the CampaignId property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failureCodeSets the value of the FailureCode property for this object.- Parameters:
- failureCode- The new value for the FailureCode property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
failureCodeSets the value of the FailureCode property for this object.- Parameters:
- failureCode- The new value for the FailureCode property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-