Interface BatchUpdatePhoneNumberResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<BatchUpdatePhoneNumberResponse.Builder,,BatchUpdatePhoneNumberResponse> SdkBuilder<BatchUpdatePhoneNumberResponse.Builder,,BatchUpdatePhoneNumberResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 BatchUpdatePhoneNumberResponse
public static interface BatchUpdatePhoneNumberResponse.Builder
extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdatePhoneNumberResponse.Builder,BatchUpdatePhoneNumberResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionphoneNumberErrors(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(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.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.Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
phoneNumberErrors
BatchUpdatePhoneNumberResponse.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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
phoneNumberErrors
BatchUpdatePhoneNumberResponse.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 method that creates an instance of thePhoneNumberError.Builderavoiding the need to create one manually viaPhoneNumberError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tophoneNumberErrors(List<PhoneNumberError>).- Parameters:
 phoneNumberErrors- a consumer that will call methods onPhoneNumberError.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -