| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcampaigns.model |
| Modifier and Type | Method and Description |
|---|---|
Campaign.Builder |
Campaign.Builder.arn(String arn)
Sets the value of the Arn property for this object.
|
static Campaign.Builder |
Campaign.builder() |
Campaign.Builder |
Campaign.Builder.connectInstanceId(String connectInstanceId)
Sets the value of the ConnectInstanceId property for this object.
|
default Campaign.Builder |
Campaign.Builder.dialerConfig(Consumer<DialerConfig.Builder> dialerConfig)
Sets the value of the DialerConfig property for this object.
|
Campaign.Builder |
Campaign.Builder.dialerConfig(DialerConfig dialerConfig)
Sets the value of the DialerConfig property for this object.
|
Campaign.Builder |
Campaign.Builder.id(String id)
Sets the value of the Id property for this object.
|
Campaign.Builder |
Campaign.Builder.name(String name)
Sets the value of the Name property for this object.
|
default Campaign.Builder |
Campaign.Builder.outboundCallConfig(Consumer<OutboundCallConfig.Builder> outboundCallConfig)
Sets the value of the OutboundCallConfig property for this object.
|
Campaign.Builder |
Campaign.Builder.outboundCallConfig(OutboundCallConfig outboundCallConfig)
Sets the value of the OutboundCallConfig property for this object.
|
Campaign.Builder |
Campaign.Builder.tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
Campaign.Builder |
Campaign.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Campaign.Builder> |
Campaign.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeCampaignResponse.Builder |
DescribeCampaignResponse.Builder.campaign(Consumer<Campaign.Builder> campaign)
Sets the value of the Campaign property for this object.
|
Copyright © 2023. All rights reserved.