Interface DialerConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DialerConfig.Builder,,- DialerConfig> - SdkBuilder<DialerConfig.Builder,,- DialerConfig> - SdkPojo
- Enclosing class:
- DialerConfig
@Mutable
@NotThreadSafe
public static interface DialerConfig.Builder
extends SdkPojo, CopyableBuilder<DialerConfig.Builder,DialerConfig> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault DialerConfig.BuilderagentlessDialerConfig(Consumer<AgentlessDialerConfig.Builder> agentlessDialerConfig) Sets the value of the AgentlessDialerConfig property for this object.agentlessDialerConfig(AgentlessDialerConfig agentlessDialerConfig) Sets the value of the AgentlessDialerConfig property for this object.default DialerConfig.BuilderpredictiveDialerConfig(Consumer<PredictiveDialerConfig.Builder> predictiveDialerConfig) Sets the value of the PredictiveDialerConfig property for this object.predictiveDialerConfig(PredictiveDialerConfig predictiveDialerConfig) Sets the value of the PredictiveDialerConfig property for this object.default DialerConfig.BuilderprogressiveDialerConfig(Consumer<ProgressiveDialerConfig.Builder> progressiveDialerConfig) Sets the value of the ProgressiveDialerConfig property for this object.progressiveDialerConfig(ProgressiveDialerConfig progressiveDialerConfig) Sets the value of the ProgressiveDialerConfig property for this object.Methods 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- 
progressiveDialerConfigSets the value of the ProgressiveDialerConfig property for this object.- Parameters:
- progressiveDialerConfig- The new value for the ProgressiveDialerConfig property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
progressiveDialerConfigdefault DialerConfig.Builder progressiveDialerConfig(Consumer<ProgressiveDialerConfig.Builder> progressiveDialerConfig) Sets the value of the ProgressiveDialerConfig property for this object. This is a convenience method that creates an instance of theProgressiveDialerConfig.Builderavoiding the need to create one manually viaProgressiveDialerConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprogressiveDialerConfig(ProgressiveDialerConfig).- Parameters:
- progressiveDialerConfig- a consumer that will call methods on- ProgressiveDialerConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
predictiveDialerConfigSets the value of the PredictiveDialerConfig property for this object.- Parameters:
- predictiveDialerConfig- The new value for the PredictiveDialerConfig property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
predictiveDialerConfigdefault DialerConfig.Builder predictiveDialerConfig(Consumer<PredictiveDialerConfig.Builder> predictiveDialerConfig) Sets the value of the PredictiveDialerConfig property for this object. This is a convenience method that creates an instance of thePredictiveDialerConfig.Builderavoiding the need to create one manually viaPredictiveDialerConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topredictiveDialerConfig(PredictiveDialerConfig).- Parameters:
- predictiveDialerConfig- a consumer that will call methods on- PredictiveDialerConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
agentlessDialerConfigSets the value of the AgentlessDialerConfig property for this object.- Parameters:
- agentlessDialerConfig- The new value for the AgentlessDialerConfig property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
agentlessDialerConfigdefault DialerConfig.Builder agentlessDialerConfig(Consumer<AgentlessDialerConfig.Builder> agentlessDialerConfig) Sets the value of the AgentlessDialerConfig property for this object. This is a convenience method that creates an instance of theAgentlessDialerConfig.Builderavoiding the need to create one manually viaAgentlessDialerConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentlessDialerConfig(AgentlessDialerConfig).- Parameters:
- agentlessDialerConfig- a consumer that will call methods on- AgentlessDialerConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-