public static interface GetVoiceConnectorTerminationHealthResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<GetVoiceConnectorTerminationHealthResponse.Builder,GetVoiceConnectorTerminationHealthResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetVoiceConnectorTerminationHealthResponse.Builder |
terminationHealth(Consumer<TerminationHealth.Builder> terminationHealth)
The termination health details.
|
GetVoiceConnectorTerminationHealthResponse.Builder |
terminationHealth(TerminationHealth terminationHealth)
The termination health details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetVoiceConnectorTerminationHealthResponse.Builder terminationHealth(TerminationHealth terminationHealth)
The termination health details.
terminationHealth - The termination health details.default GetVoiceConnectorTerminationHealthResponse.Builder terminationHealth(Consumer<TerminationHealth.Builder> terminationHealth)
The termination health details.
This is a convenience method that creates an instance of theTerminationHealth.Builder avoiding the
need to create one manually via TerminationHealth.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to terminationHealth(TerminationHealth).
terminationHealth - a consumer that will call methods on TerminationHealth.BuilderterminationHealth(TerminationHealth)Copyright © 2022. All rights reserved.