public static interface CreateCampaignRequest.Builder extends ConnectCampaignsRequest.Builder, SdkPojo, CopyableBuilder<CreateCampaignRequest.Builder,CreateCampaignRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCampaignRequest.Builder |
connectInstanceId(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.
|
CreateCampaignRequest.Builder |
dialerConfig(DialerConfig dialerConfig)
Sets the value of the DialerConfig property for this object.
|
CreateCampaignRequest.Builder |
name(String name)
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.
|
CreateCampaignRequest.Builder |
outboundCallConfig(OutboundCallConfig outboundCallConfig)
Sets the value of the OutboundCallConfig property for this object.
|
CreateCampaignRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCampaignRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCampaignRequest.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCampaignRequest.Builder connectInstanceId(String connectInstanceId)
connectInstanceId - The new value for the ConnectInstanceId property for this object.CreateCampaignRequest.Builder dialerConfig(DialerConfig dialerConfig)
dialerConfig - The new value for the DialerConfig property for this object.default CreateCampaignRequest.Builder dialerConfig(Consumer<DialerConfig.Builder> dialerConfig)
DialerConfig.Builder avoiding the need
to create one manually via DialerConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dialerConfig(DialerConfig).
dialerConfig - a consumer that will call methods on DialerConfig.BuilderdialerConfig(DialerConfig)CreateCampaignRequest.Builder name(String name)
name - The new value for the Name property for this object.CreateCampaignRequest.Builder outboundCallConfig(OutboundCallConfig outboundCallConfig)
outboundCallConfig - The new value for the OutboundCallConfig property for this object.default CreateCampaignRequest.Builder outboundCallConfig(Consumer<OutboundCallConfig.Builder> outboundCallConfig)
OutboundCallConfig.Builder avoiding the
need to create one manually via OutboundCallConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to outboundCallConfig(OutboundCallConfig).
outboundCallConfig - a consumer that will call methods on OutboundCallConfig.BuilderoutboundCallConfig(OutboundCallConfig)CreateCampaignRequest.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.CreateCampaignRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCampaignRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.