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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SipRuleTargetApplication.BuilderawsRegion(String awsRegion)The AWS Region of the target application.SipRuleTargetApplication.Builderpriority(Integer priority)Priority of the SIP media application in the target list.SipRuleTargetApplication.BuildersipMediaApplicationId(String sipMediaApplicationId)The SIP media application ID.-
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 Detail
-
sipMediaApplicationId
SipRuleTargetApplication.Builder sipMediaApplicationId(String 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
SipRuleTargetApplication.Builder priority(Integer 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
SipRuleTargetApplication.Builder awsRegion(String 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.
-
-