Interface AgentlessDialerConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AgentlessDialerConfig.Builder,,- AgentlessDialerConfig> - SdkBuilder<AgentlessDialerConfig.Builder,,- AgentlessDialerConfig> - SdkPojo
- Enclosing class:
- AgentlessDialerConfig
@Mutable
@NotThreadSafe
public static interface AgentlessDialerConfig.Builder
extends SdkPojo, CopyableBuilder<AgentlessDialerConfig.Builder,AgentlessDialerConfig> 
- 
Method SummaryModifier and TypeMethodDescriptiondialingCapacity(Double dialingCapacity) Sets the value of the DialingCapacity 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- 
dialingCapacitySets the value of the DialingCapacity property for this object.- Parameters:
- dialingCapacity- The new value for the DialingCapacity property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-