Interface GetCampaignStateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectCampaignsResponse.Builder,CopyableBuilder<GetCampaignStateResponse.Builder,GetCampaignStateResponse>,SdkBuilder<GetCampaignStateResponse.Builder,GetCampaignStateResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCampaignStateResponse
public static interface GetCampaignStateResponse.Builder extends ConnectCampaignsResponse.Builder, SdkPojo, CopyableBuilder<GetCampaignStateResponse.Builder,GetCampaignStateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCampaignStateResponse.Builderstate(String state)Sets the value of the State property for this object.GetCampaignStateResponse.Builderstate(CampaignState state)Sets the value of the State property for this object.-
Methods inherited from interface software.amazon.awssdk.services.connectcampaigns.model.ConnectCampaignsResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
state
GetCampaignStateResponse.Builder state(String 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:
CampaignState,CampaignState
-
state
GetCampaignStateResponse.Builder state(CampaignState 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:
CampaignState,CampaignState
-
-