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 SummaryModifier and TypeMethodDescriptiondefault TelephonyOutboundMode.Builderagentless(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.Builderpredictive(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.Builderpreview(Consumer<PreviewConfig.Builder> preview) Sets the value of the Preview property for this object.preview(PreviewConfig preview) Sets the value of the Preview property for this object.default TelephonyOutboundMode.Builderprogressive(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
progressiveSets 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.
 
- 
progressiveSets the value of the Progressive property for this object. This is a convenience method that creates an instance of theProgressiveConfig.Builderavoiding the need to create one manually viaProgressiveConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprogressive(ProgressiveConfig).- Parameters:
- progressive- a consumer that will call methods on- ProgressiveConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
predictiveSets 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.
 
- 
predictiveSets the value of the Predictive property for this object. This is a convenience method that creates an instance of thePredictiveConfig.Builderavoiding the need to create one manually viaPredictiveConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topredictive(PredictiveConfig).- Parameters:
- predictive- a consumer that will call methods on- PredictiveConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
agentlessSets 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.
 
- 
agentlessSets the value of the Agentless property for this object. This is a convenience method that creates an instance of theAgentlessConfig.Builderavoiding the need to create one manually viaAgentlessConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentless(AgentlessConfig).- Parameters:
- agentless- a consumer that will call methods on- AgentlessConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
previewSets the value of the Preview property for this object.- Parameters:
- preview- The new value for the Preview property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
previewSets the value of the Preview property for this object. This is a convenience method that creates an instance of thePreviewConfig.Builderavoiding the need to create one manually viaPreviewConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topreview(PreviewConfig).- Parameters:
- preview- a consumer that will call methods on- PreviewConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-