Interface UpdateCampaignChannelSubtypeConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectCampaignsV2Request.Builder,CopyableBuilder<UpdateCampaignChannelSubtypeConfigRequest.Builder,UpdateCampaignChannelSubtypeConfigRequest>,SdkBuilder<UpdateCampaignChannelSubtypeConfigRequest.Builder,UpdateCampaignChannelSubtypeConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateCampaignChannelSubtypeConfigRequest
public static interface UpdateCampaignChannelSubtypeConfigRequest.Builder extends ConnectCampaignsV2Request.Builder, SdkPojo, CopyableBuilder<UpdateCampaignChannelSubtypeConfigRequest.Builder,UpdateCampaignChannelSubtypeConfigRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateCampaignChannelSubtypeConfigRequest.BuilderchannelSubtypeConfig(Consumer<ChannelSubtypeConfig.Builder> channelSubtypeConfig)Sets the value of the ChannelSubtypeConfig property for this object.UpdateCampaignChannelSubtypeConfigRequest.BuilderchannelSubtypeConfig(ChannelSubtypeConfig channelSubtypeConfig)Sets the value of the ChannelSubtypeConfig property for this object.UpdateCampaignChannelSubtypeConfigRequest.Builderid(String id)Sets the value of the Id property for this object.UpdateCampaignChannelSubtypeConfigRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateCampaignChannelSubtypeConfigRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connectcampaignsv2.model.ConnectCampaignsV2Request.Builder
build
-
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 Detail
-
id
UpdateCampaignChannelSubtypeConfigRequest.Builder id(String id)
Sets the value of the Id property for this object.- Parameters:
id- The new value for the Id property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelSubtypeConfig
UpdateCampaignChannelSubtypeConfigRequest.Builder channelSubtypeConfig(ChannelSubtypeConfig channelSubtypeConfig)
Sets the value of the ChannelSubtypeConfig property for this object.- Parameters:
channelSubtypeConfig- The new value for the ChannelSubtypeConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelSubtypeConfig
default UpdateCampaignChannelSubtypeConfigRequest.Builder channelSubtypeConfig(Consumer<ChannelSubtypeConfig.Builder> channelSubtypeConfig)
Sets the value of the ChannelSubtypeConfig property for this object. This is a convenience method that creates an instance of theChannelSubtypeConfig.Builderavoiding the need to create one manually viaChannelSubtypeConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochannelSubtypeConfig(ChannelSubtypeConfig).- Parameters:
channelSubtypeConfig- a consumer that will call methods onChannelSubtypeConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
channelSubtypeConfig(ChannelSubtypeConfig)
-
overrideConfiguration
UpdateCampaignChannelSubtypeConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateCampaignChannelSubtypeConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-