public static interface BatchUpdatePhoneNumberRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdatePhoneNumberRequest.Builder,BatchUpdatePhoneNumberRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdatePhoneNumberRequest.Builder updatePhoneNumberRequestItems(Collection<UpdatePhoneNumberRequestItem> updatePhoneNumberRequestItems)
The request containing the phone number IDs and product types or calling names to update.
updatePhoneNumberRequestItems - The request containing the phone number IDs and product types or calling names to update.BatchUpdatePhoneNumberRequest.Builder updatePhoneNumberRequestItems(UpdatePhoneNumberRequestItem... updatePhoneNumberRequestItems)
The request containing the phone number IDs and product types or calling names to update.
updatePhoneNumberRequestItems - The request containing the phone number IDs and product types or calling names to update.BatchUpdatePhoneNumberRequest.Builder updatePhoneNumberRequestItems(Consumer<UpdatePhoneNumberRequestItem.Builder>... updatePhoneNumberRequestItems)
The request containing the phone number IDs and product types or calling names to update.
This is a convenience method that creates an instance of theUpdatePhoneNumberRequestItem.Builder avoiding the need to
create one manually via
UpdatePhoneNumberRequestItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #updatePhoneNumberRequestItems(List.
updatePhoneNumberRequestItems - a consumer that will call methods on
UpdatePhoneNumberRequestItem.Builder#updatePhoneNumberRequestItems(java.util.Collection) BatchUpdatePhoneNumberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchUpdatePhoneNumberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.