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 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 #updatePhoneNumberRequestItems(List) .updatePhoneNumberRequestItems - a consumer that will call methods on List.Builder #updatePhoneNumberRequestItems(List) BatchUpdatePhoneNumberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchUpdatePhoneNumberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.