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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
state
Sets 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:
-
state
Sets 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:
-