public static interface Campaign.Builder extends SdkPojo, CopyableBuilder<Campaign.Builder,Campaign>
| Modifier and Type | Method and Description |
|---|---|
Campaign.Builder |
arn(String arn)
Sets the value of the Arn property for this object.
|
Campaign.Builder |
connectInstanceId(String connectInstanceId)
Sets the value of the ConnectInstanceId property for this object.
|
default Campaign.Builder |
dialerConfig(Consumer<DialerConfig.Builder> dialerConfig)
Sets the value of the DialerConfig property for this object.
|
Campaign.Builder |
dialerConfig(DialerConfig dialerConfig)
Sets the value of the DialerConfig property for this object.
|
Campaign.Builder |
id(String id)
Sets the value of the Id property for this object.
|
Campaign.Builder |
name(String name)
Sets the value of the Name property for this object.
|
default Campaign.Builder |
outboundCallConfig(Consumer<OutboundCallConfig.Builder> outboundCallConfig)
Sets the value of the OutboundCallConfig property for this object.
|
Campaign.Builder |
outboundCallConfig(OutboundCallConfig outboundCallConfig)
Sets the value of the OutboundCallConfig property for this object.
|
Campaign.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCampaign.Builder arn(String arn)
arn - The new value for the Arn property for this object.Campaign.Builder connectInstanceId(String connectInstanceId)
connectInstanceId - The new value for the ConnectInstanceId property for this object.Campaign.Builder dialerConfig(DialerConfig dialerConfig)
dialerConfig - The new value for the DialerConfig property for this object.default Campaign.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)Campaign.Builder id(String id)
id - The new value for the Id property for this object.Campaign.Builder name(String name)
name - The new value for the Name property for this object.Campaign.Builder outboundCallConfig(OutboundCallConfig outboundCallConfig)
outboundCallConfig - The new value for the OutboundCallConfig property for this object.default Campaign.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)Campaign.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.Copyright © 2023. All rights reserved.