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 SummaryModifier and TypeMethodDescriptionconnectInstanceId(String connectInstanceId) Sets the value of the ConnectInstanceId property for this object.default CreateCampaignRequest.BuilderdialerConfig(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.BuilderoutboundCallConfig(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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.connectcampaigns.model.ConnectCampaignsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameSets 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.
 
- 
connectInstanceIdSets 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.
 
- 
dialerConfigSets 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.
 
- 
dialerConfigSets 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 on- DialerConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
outboundCallConfigSets 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.
 
- 
outboundCallConfigdefault 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.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 on- OutboundCallConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagsSets 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.
 
- 
overrideConfigurationCreateCampaignRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateCampaignRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-