Interface FailedCampaignStateResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FailedCampaignStateResponse.Builder,FailedCampaignStateResponse>,SdkBuilder<FailedCampaignStateResponse.Builder,FailedCampaignStateResponse>,SdkPojo
- Enclosing class:
- FailedCampaignStateResponse
public static interface FailedCampaignStateResponse.Builder extends SdkPojo, CopyableBuilder<FailedCampaignStateResponse.Builder,FailedCampaignStateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FailedCampaignStateResponse.BuildercampaignId(String campaignId)Sets the value of the CampaignId property for this object.FailedCampaignStateResponse.BuilderfailureCode(String failureCode)Sets the value of the FailureCode property for this object.FailedCampaignStateResponse.BuilderfailureCode(GetCampaignStateBatchFailureCode failureCode)Sets the value of the FailureCode property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
campaignId
FailedCampaignStateResponse.Builder campaignId(String campaignId)
Sets 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.
-
failureCode
FailedCampaignStateResponse.Builder failureCode(String failureCode)
Sets 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:
GetCampaignStateBatchFailureCode,GetCampaignStateBatchFailureCode
-
failureCode
FailedCampaignStateResponse.Builder failureCode(GetCampaignStateBatchFailureCode failureCode)
Sets 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:
GetCampaignStateBatchFailureCode,GetCampaignStateBatchFailureCode
-
-