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 method that creates an instance of theSipMediaApplication.Builder avoiding the need to create
one manually via SipMediaApplication.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #sipMediaApplications(List.
sipMediaApplications - a consumer that will call methods on
SipMediaApplication.Builder#sipMediaApplications(java.util.Collection) 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 © 2022. All rights reserved.