Interface SipRuleTargetApplication.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SipRuleTargetApplication.Builder,,SipRuleTargetApplication> SdkBuilder<SipRuleTargetApplication.Builder,,SipRuleTargetApplication> SdkPojo
- Enclosing class:
 SipRuleTargetApplication
public static interface SipRuleTargetApplication.Builder
extends SdkPojo, CopyableBuilder<SipRuleTargetApplication.Builder,SipRuleTargetApplication> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe AWS Region of the target application.Priority of the SIP media application in the target list.sipMediaApplicationId(String sipMediaApplicationId) The SIP media application ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
sipMediaApplicationId
The SIP media application ID.
- Parameters:
 sipMediaApplicationId- The SIP media application ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
priority
Priority of the SIP media application in the target list.
- Parameters:
 priority- Priority of the SIP media application in the target list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
awsRegion
The AWS Region of the target application.
- Parameters:
 awsRegion- The AWS Region of the target application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -