Interface GetCampaignStateResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- ConnectCampaignsV2Response.Builder,- CopyableBuilder<GetCampaignStateResponse.Builder,,- GetCampaignStateResponse> - SdkBuilder<GetCampaignStateResponse.Builder,,- GetCampaignStateResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetCampaignStateResponse
@Mutable
@NotThreadSafe
public static interface GetCampaignStateResponse.Builder
extends ConnectCampaignsV2Response.Builder, SdkPojo, CopyableBuilder<GetCampaignStateResponse.Builder,GetCampaignStateResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionSets 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.services.connectcampaignsv2.model.ConnectCampaignsV2Response.Builderbuild, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
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:
 
 
-