public static interface BatchDeletePhoneNumberResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<BatchDeletePhoneNumberResponse.Builder,BatchDeletePhoneNumberResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDeletePhoneNumberResponse.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.
|
BatchDeletePhoneNumberResponse.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.
|
BatchDeletePhoneNumberResponse.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, buildBatchDeletePhoneNumberResponse.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.BatchDeletePhoneNumberResponse.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.BatchDeletePhoneNumberResponse.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.