Interface CreateCampaignRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectCampaignsRequest.Builder
,CopyableBuilder<CreateCampaignRequest.Builder,
,CreateCampaignRequest> SdkBuilder<CreateCampaignRequest.Builder,
,CreateCampaignRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateCampaignRequest
@Mutable
@NotThreadSafe
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.Builder
dialerConfig
(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.Builder
outboundCallConfig
(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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.connectcampaigns.model.ConnectCampaignsRequest.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 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.Builder
avoiding the need to create one manually viaDialerConfig.builder()
.When the
Consumer
completes,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.Builder
avoiding the need to create one manually viaOutboundCallConfig.builder()
.When the
Consumer
completes,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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-