Interface ListSipMediaApplicationsResponse.Builder

    • Method Detail

      • sipMediaApplications

        ListSipMediaApplicationsResponse.Builder sipMediaApplications​(Collection<SipMediaApplication> sipMediaApplications)

        List of SIP media applications and application details.

        Parameters:
        sipMediaApplications - List of SIP media applications and application details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sipMediaApplications

        ListSipMediaApplicationsResponse.Builder sipMediaApplications​(SipMediaApplication... sipMediaApplications)

        List of SIP media applications and application details.

        Parameters:
        sipMediaApplications - List of SIP media applications and application details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSipMediaApplicationsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results.

        Parameters:
        nextToken - The token to use to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.