Interface SuccessfulCampaignStateResponse.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SuccessfulCampaignStateResponse.Builder,,- SuccessfulCampaignStateResponse> - SdkBuilder<SuccessfulCampaignStateResponse.Builder,,- SuccessfulCampaignStateResponse> - SdkPojo
- Enclosing class:
- SuccessfulCampaignStateResponse
@Mutable
@NotThreadSafe
public static interface SuccessfulCampaignStateResponse.Builder
extends SdkPojo, CopyableBuilder<SuccessfulCampaignStateResponse.Builder,SuccessfulCampaignStateResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncampaignId(String campaignId) Sets the value of the CampaignId property for this object.Sets the value of the State property for this object.state(CampaignState state) Sets the value of the State 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.
 
- 
stateSets the value of the State property for this object.- Parameters:
- state- The new value for the State property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateSets the value of the State property for this object.- Parameters:
- state- The new value for the State property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-