Interface SipMediaApplicationEndpoint.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SipMediaApplicationEndpoint.Builder,,- SipMediaApplicationEndpoint> - SdkBuilder<SipMediaApplicationEndpoint.Builder,,- SipMediaApplicationEndpoint> - SdkPojo
- Enclosing class:
- SipMediaApplicationEndpoint
@Mutable
@NotThreadSafe
public static interface SipMediaApplicationEndpoint.Builder
extends SdkPojo, CopyableBuilder<SipMediaApplicationEndpoint.Builder,SipMediaApplicationEndpoint> 
- 
Method SummaryModifier and TypeMethodDescriptionValid Amazon Resource Name (ARN) of the Lambda function, version, or alias.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- 
lambdaArnValid Amazon Resource Name (ARN) of the Lambda function, version, or alias. The function must be created in the same AWS Region as the SIP media application. - Parameters:
- lambdaArn- Valid Amazon Resource Name (ARN) of the Lambda function, version, or alias. The function must be created in the same AWS Region as the SIP media application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-