public static interface GetMessagingSessionEndpointResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<GetMessagingSessionEndpointResponse.Builder,GetMessagingSessionEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetMessagingSessionEndpointResponse.Builder |
endpoint(Consumer<MessagingSessionEndpoint.Builder> endpoint)
The endpoint returned in the response.
|
GetMessagingSessionEndpointResponse.Builder |
endpoint(MessagingSessionEndpoint endpoint)
The endpoint returned in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMessagingSessionEndpointResponse.Builder endpoint(MessagingSessionEndpoint endpoint)
The endpoint returned in the response.
endpoint - The endpoint returned in the response.default GetMessagingSessionEndpointResponse.Builder endpoint(Consumer<MessagingSessionEndpoint.Builder> endpoint)
The endpoint returned in the response.
This is a convenience method that creates an instance of theMessagingSessionEndpoint.Builder
avoiding the need to create one manually via MessagingSessionEndpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to endpoint(MessagingSessionEndpoint).endpoint - a consumer that will call methods on MessagingSessionEndpoint.Builderendpoint(MessagingSessionEndpoint)Copyright © 2022. All rights reserved.