Interface SipMediaApplication.Builder

    • Method Detail

      • sipMediaApplicationId

        SipMediaApplication.Builder sipMediaApplicationId​(String sipMediaApplicationId)

        A SIP media application's ID.

        Parameters:
        sipMediaApplicationId - A SIP media application's ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsRegion

        SipMediaApplication.Builder awsRegion​(String awsRegion)

        The AWS Region in which the SIP media application is created.

        Parameters:
        awsRegion - The AWS Region in which the SIP media application is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        SipMediaApplication.Builder name​(String name)

        The SIP media application's name.

        Parameters:
        name - The SIP media application's name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoints

        SipMediaApplication.Builder endpoints​(Collection<SipMediaApplicationEndpoint> endpoints)

        List of endpoints for a SIP media application. Currently, only one endpoint per SIP media application is permitted.

        Parameters:
        endpoints - List of endpoints for a SIP media application. Currently, only one endpoint per SIP media application is permitted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoints

        SipMediaApplication.Builder endpoints​(SipMediaApplicationEndpoint... endpoints)

        List of endpoints for a SIP media application. Currently, only one endpoint per SIP media application is permitted.

        Parameters:
        endpoints - List of endpoints for a SIP media application. Currently, only one endpoint per SIP media application is permitted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        SipMediaApplication.Builder createdTimestamp​(Instant createdTimestamp)

        The SIP media application creation timestamp, in ISO 8601 format.

        Parameters:
        createdTimestamp - The SIP media application creation timestamp, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedTimestamp

        SipMediaApplication.Builder updatedTimestamp​(Instant updatedTimestamp)

        The time at which the SIP media application was updated.

        Parameters:
        updatedTimestamp - The time at which the SIP media application was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sipMediaApplicationArn

        SipMediaApplication.Builder sipMediaApplicationArn​(String sipMediaApplicationArn)

        The ARN of the SIP media application.

        Parameters:
        sipMediaApplicationArn - The ARN of the SIP media application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.