public static interface ListSipMediaApplicationsResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<ListSipMediaApplicationsResponse.Builder,ListSipMediaApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSipMediaApplicationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListSipMediaApplicationsResponse.Builder |
sipMediaApplications(Collection<SipMediaApplication> sipMediaApplications)
List of SIP media applications and application details.
|
ListSipMediaApplicationsResponse.Builder |
sipMediaApplications(Consumer<SipMediaApplication.Builder>... sipMediaApplications)
List of SIP media applications and application details.
|
ListSipMediaApplicationsResponse.Builder |
sipMediaApplications(SipMediaApplication... sipMediaApplications)
List of SIP media applications and application details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSipMediaApplicationsResponse.Builder sipMediaApplications(Collection<SipMediaApplication> sipMediaApplications)
List of SIP media applications and application details.
sipMediaApplications - List of SIP media applications and application details.ListSipMediaApplicationsResponse.Builder sipMediaApplications(SipMediaApplication... sipMediaApplications)
List of SIP media applications and application details.
sipMediaApplications - List of SIP media applications and application details.ListSipMediaApplicationsResponse.Builder sipMediaApplications(Consumer<SipMediaApplication.Builder>... sipMediaApplications)
List of SIP media applications and application details.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #sipMediaApplications(List) .sipMediaApplications - a consumer that will call methods on List.Builder #sipMediaApplications(List) ListSipMediaApplicationsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken - The token to use to retrieve the next page of results.Copyright © 2021. All rights reserved.