Interface Campaign.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Campaign.Builder,Campaign>,SdkBuilder<Campaign.Builder,Campaign>,SdkPojo
- Enclosing class:
- Campaign
public static interface Campaign.Builder extends SdkPojo, CopyableBuilder<Campaign.Builder,Campaign>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Campaign.Builderarn(String arn)Sets the value of the Arn property for this object.Campaign.BuilderconnectInstanceId(String connectInstanceId)Sets the value of the ConnectInstanceId property for this object.default Campaign.BuilderdialerConfig(Consumer<DialerConfig.Builder> dialerConfig)Sets the value of the DialerConfig property for this object.Campaign.BuilderdialerConfig(DialerConfig dialerConfig)Sets the value of the DialerConfig property for this object.Campaign.Builderid(String id)Sets the value of the Id property for this object.Campaign.Buildername(String name)Sets the value of the Name property for this object.default Campaign.BuilderoutboundCallConfig(Consumer<OutboundCallConfig.Builder> outboundCallConfig)Sets the value of the OutboundCallConfig property for this object.Campaign.BuilderoutboundCallConfig(OutboundCallConfig outboundCallConfig)Sets the value of the OutboundCallConfig property for this object.Campaign.Buildertags(Map<String,String> tags)Sets the value of the Tags property for this object.-
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, sdkFields
-
-
-
-
Method Detail
-
id
Campaign.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.
-
arn
Campaign.Builder arn(String arn)
Sets the value of the Arn property for this object.- Parameters:
arn- The new value for the Arn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Campaign.Builder name(String 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
Campaign.Builder connectInstanceId(String 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
Campaign.Builder dialerConfig(DialerConfig 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
default Campaign.Builder dialerConfig(Consumer<DialerConfig.Builder> 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:
dialerConfig(DialerConfig)
-
outboundCallConfig
Campaign.Builder outboundCallConfig(OutboundCallConfig 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 Campaign.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:
outboundCallConfig(OutboundCallConfig)
-
tags
Campaign.Builder tags(Map<String,String> 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.
-
-