Interface DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.Builder,DisassociatePhoneNumbersFromVoiceConnectorGroupResponse>,SdkBuilder<DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.Builder,DisassociatePhoneNumbersFromVoiceConnectorGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DisassociatePhoneNumbersFromVoiceConnectorGroupResponse
public static interface DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.Builder,DisassociatePhoneNumbersFromVoiceConnectorGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.BuilderphoneNumberErrors(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.DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.BuilderphoneNumberErrors(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.DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.BuilderphoneNumberErrors(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, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
phoneNumberErrors
DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.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
DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.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.
- 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
DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.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 to#phoneNumberErrors(List.) - 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:
#phoneNumberErrors(java.util.Collection)
-
-