Interface TelephonyOutboundMode.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TelephonyOutboundMode.Builder,
,TelephonyOutboundMode> SdkBuilder<TelephonyOutboundMode.Builder,
,TelephonyOutboundMode> SdkPojo
- Enclosing class:
TelephonyOutboundMode
@Mutable
@NotThreadSafe
public static interface TelephonyOutboundMode.Builder
extends SdkPojo, CopyableBuilder<TelephonyOutboundMode.Builder,TelephonyOutboundMode>
-
Method Summary
Modifier and TypeMethodDescriptiondefault TelephonyOutboundMode.Builder
agentless
(Consumer<AgentlessConfig.Builder> agentless) Sets the value of the Agentless property for this object.agentless
(AgentlessConfig agentless) Sets the value of the Agentless property for this object.default TelephonyOutboundMode.Builder
predictive
(Consumer<PredictiveConfig.Builder> predictive) Sets the value of the Predictive property for this object.predictive
(PredictiveConfig predictive) Sets the value of the Predictive property for this object.default TelephonyOutboundMode.Builder
progressive
(Consumer<ProgressiveConfig.Builder> progressive) Sets the value of the Progressive property for this object.progressive
(ProgressiveConfig progressive) Sets the value of the Progressive 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, sdkFieldNameToField, sdkFields
-
Method Details
-
progressive
Sets the value of the Progressive property for this object.- Parameters:
progressive
- The new value for the Progressive property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
progressive
Sets the value of the Progressive property for this object. This is a convenience method that creates an instance of theProgressiveConfig.Builder
avoiding the need to create one manually viaProgressiveConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprogressive(ProgressiveConfig)
.- Parameters:
progressive
- a consumer that will call methods onProgressiveConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
predictive
Sets the value of the Predictive property for this object.- Parameters:
predictive
- The new value for the Predictive property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predictive
Sets the value of the Predictive property for this object. This is a convenience method that creates an instance of thePredictiveConfig.Builder
avoiding the need to create one manually viaPredictiveConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topredictive(PredictiveConfig)
.- Parameters:
predictive
- a consumer that will call methods onPredictiveConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agentless
Sets the value of the Agentless property for this object.- Parameters:
agentless
- The new value for the Agentless property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentless
Sets the value of the Agentless property for this object. This is a convenience method that creates an instance of theAgentlessConfig.Builder
avoiding the need to create one manually viaAgentlessConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toagentless(AgentlessConfig)
.- Parameters:
agentless
- a consumer that will call methods onAgentlessConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-