public static interface AssociatePhoneNumbersWithVoiceConnectorGroupResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<AssociatePhoneNumbersWithVoiceConnectorGroupResponse.Builder,AssociatePhoneNumbersWithVoiceConnectorGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
AssociatePhoneNumbersWithVoiceConnectorGroupResponse.Builder |
phoneNumberErrors(Collection<PhoneNumberError> phoneNumberErrors)
If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is
returned, along with error codes and error messages.
|
AssociatePhoneNumbersWithVoiceConnectorGroupResponse.Builder |
phoneNumberErrors(Consumer<PhoneNumberError.Builder>... phoneNumberErrors)
If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is
returned, along with error codes and error messages.
|
AssociatePhoneNumbersWithVoiceConnectorGroupResponse.Builder |
phoneNumberErrors(PhoneNumberError... phoneNumberErrors)
If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is
returned, along with error codes and error messages.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociatePhoneNumbersWithVoiceConnectorGroupResponse.Builder phoneNumberErrors(Collection<PhoneNumberError> phoneNumberErrors)
If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.
phoneNumberErrors - If the action fails for one or more of the phone numbers in the request, a list of the phone numbers
is returned, along with error codes and error messages.AssociatePhoneNumbersWithVoiceConnectorGroupResponse.Builder phoneNumberErrors(PhoneNumberError... phoneNumberErrors)
If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.
phoneNumberErrors - If the action fails for one or more of the phone numbers in the request, a list of the phone numbers
is returned, along with error codes and error messages.AssociatePhoneNumbersWithVoiceConnectorGroupResponse.Builder phoneNumberErrors(Consumer<PhoneNumberError.Builder>... phoneNumberErrors)
If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.
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 #phoneNumberErrors(List) .phoneNumberErrors - a consumer that will call methods on List.Builder #phoneNumberErrors(List) Copyright © 2021. All rights reserved.