Interface CreateCampaignRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectCampaignsRequest.Builder,CopyableBuilder<CreateCampaignRequest.Builder,,CreateCampaignRequest> SdkBuilder<CreateCampaignRequest.Builder,,CreateCampaignRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateCampaignRequest
public static interface CreateCampaignRequest.Builder
extends ConnectCampaignsRequest.Builder, SdkPojo, CopyableBuilder<CreateCampaignRequest.Builder,CreateCampaignRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconnectInstanceId(String connectInstanceId) Sets the value of the ConnectInstanceId property for this object.default CreateCampaignRequest.BuilderdialerConfig(Consumer<DialerConfig.Builder> dialerConfig) Sets the value of the DialerConfig property for this object.dialerConfig(DialerConfig dialerConfig) Sets the value of the DialerConfig property for this object.Sets the value of the Name property for this object.default CreateCampaignRequest.BuilderoutboundCallConfig(Consumer<OutboundCallConfig.Builder> outboundCallConfig) Sets the value of the OutboundCallConfig property for this object.outboundCallConfig(OutboundCallConfig outboundCallConfig) Sets the value of the OutboundCallConfig property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Sets the value of the Tags property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.connectcampaigns.model.ConnectCampaignsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectInstanceId
Sets the value of the ConnectInstanceId property for this object.- Parameters:
connectInstanceId- The new value for the ConnectInstanceId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dialerConfig
Sets the value of the DialerConfig property for this object.- Parameters:
dialerConfig- The new value for the DialerConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dialerConfig
Sets the value of the DialerConfig property for this object. This is a convenience method that creates an instance of theDialerConfig.Builderavoiding the need to create one manually viaDialerConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todialerConfig(DialerConfig).- Parameters:
dialerConfig- a consumer that will call methods onDialerConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outboundCallConfig
Sets the value of the OutboundCallConfig property for this object.- Parameters:
outboundCallConfig- The new value for the OutboundCallConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundCallConfig
default CreateCampaignRequest.Builder outboundCallConfig(Consumer<OutboundCallConfig.Builder> outboundCallConfig) Sets the value of the OutboundCallConfig property for this object. This is a convenience method that creates an instance of theOutboundCallConfig.Builderavoiding the need to create one manually viaOutboundCallConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutboundCallConfig(OutboundCallConfig).- Parameters:
outboundCallConfig- a consumer that will call methods onOutboundCallConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateCampaignRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateCampaignRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-